Validate FreeRTOS concepts on the S32k144 EVB board

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Validate FreeRTOS concepts on the S32k144 EVB board

1,358 次查看
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 项奖励
回复
3 回复数

1,094 次查看
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 项奖励
回复

1,094 次查看
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 项奖励
回复

1,094 次查看
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 项奖励
回复