Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
341 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I am Viet from Ion Mobility Singapore.
We are a start-up in Electric Vehicle. We would like to evaluate ThreadX RTOS for our Telematic ECU.
Threadx RTOS is supports for Arm core M4, so is it possible to port Threadx to NXP S32K148 ?
thanks
That is a Cortex-M4, ThreadX is already ported to that processor. https://github.com/azure-rtos/threadx/tree/master/ports/cortex_m4
I suggest you start with a simple example project from NXP for this processor, add the ThreadX library and run the ThreadX example to make sure everything works before developing your application.