Hi,
I would like to validate below concepts of freeRTOS on S32K144 EVB.
1. Threading, Mutex, Semaphore and Exception.
I don't find any sample examples in S32 Design Studio.
Can I get example source code please.
If source code for UART driver(sample send and receive feature) integrated with freeRTOS is available, then please share. It would be very much helpful to me.
Thanks
Mohan
Hello Mohan,
unfortunately, NXP does not provide any FreeRTOS example with threading, mutexes/semaphores nor exceptions. If you want to validate this, you must create your own example. The only example we provide is freertos_s32k144. Please see the figure below:
Regards,
Martin
Hi Martin,
I tested that sample freeRTOS example. It is working !
Now I want to explore more on freeRTOS concepts with in S32 Design studio IDE. How can I approach ?
For example: UART driver, CAN driver, SPI, I2C, Interrupt handling.
How do I incorporate all these contexts with freeRTOS and run on S32K144.
Thanks
Mohan
i want a help with freertos with 2 spi on s32k144. here 2 spi one is master and other slave work with non freertos but with freertos it stuck in vPortRaiseBASEPRI. please help me.