Any FreeRTOS demo on MM9Z1J638?

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

Any FreeRTOS demo on MM9Z1J638?

787 Views
yuehedeng
Contributor III

Currently, I'm trying to port FreeRTOS into my platform.

My device is MM9Z1J638(S12Z core) + CodeWarrior 10.6.

But I'm not familiar with s12z register and asm instruction writing. So is there any FreeRTOS demo based on s12z from NXP?

Labels (1)
0 Kudos
1 Reply

297 Views
RadekS
NXP Employee
NXP Employee

Hi Yuehe,

Unfortunately, I am afraid there isn’t any official MM9Z1J638 FreeRTOS port from Freescale/NXP side.

If I remember correctly, there was a plan for some OS implementation on S12ZVMC256 and S12ZVC192 (S12Z derivatives with enough memory sizes), but I am not sure whether it is FreeRTOS and status of this activity.

Anyway, there is a note at FreeRTOS Community about successful porting:

https://interactive.freertos.org/hc/en-us/community/posts/210026246-FreeRTOS-ported-on-Freescale-MM9...

 

The Freescale folder at FreeRTOS Community also contains various S12/S12X ports. The S12Z port should be simpler since we do not need to care about paging mechanism…

 

I would like to recommend Erich’s page as the great source of useful information related to RTOS:

https://mcuoneclipse.com/compendium/#RTOS

I hope it helps you.

Have a great day,
Radek

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos