Validate FreeRTOS concepts on the S32k144 EVB board

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Validate FreeRTOS concepts on the S32k144 EVB board

1,018 Views
mrajanna
Contributor V

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

0 Kudos
3 Replies

754 Views
martin_kovar
NXP Employee
NXP Employee

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:

pastedImage_1.png

Regards,

Martin

0 Kudos

754 Views
mrajanna
Contributor V

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

0 Kudos

754 Views
sandeepsandeepk
Contributor II

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.

0 Kudos