FreeRTOS example for SK-FM4-U120-9B560-(MEM)

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hello, I would like to know if there is any example for the evaluation board using FreeRTOS. I tried to port it from the FreeRTOS source code but I couldn't work it out.

   

Thanks in advance,

   

Mario

0 Likes
1 Solution
Anonymous
Not applicable

There is an old FM3 demo, for a different board, and prior to the second name change, on the following link: http://www.freertos.org/FreeRTOS-for-Fujitsu-FM3-MB9BF500-microcontrollers.html

   

...but FreeRTOS will run on any Cortex-M hardware, with 6 compiler ports to choose from.  The following links might help:

   

http://www.freertos.org/Creating-a-new-FreeRTOS-project.html

   

http://www.freertos.org/porting-a-freertos-demo-to-different-hardware.html

View solution in original post

0 Likes
3 Replies
Anonymous
Not applicable

There is an old FM3 demo, for a different board, and prior to the second name change, on the following link: http://www.freertos.org/FreeRTOS-for-Fujitsu-FM3-MB9BF500-microcontrollers.html

   

...but FreeRTOS will run on any Cortex-M hardware, with 6 compiler ports to choose from.  The following links might help:

   

http://www.freertos.org/Creating-a-new-FreeRTOS-project.html

   

http://www.freertos.org/porting-a-freertos-demo-to-different-hardware.html

0 Likes
Anonymous
Not applicable

Thanks for the answers!

   

Mario

0 Likes