Hi, I saw there are lots of Freertos examples in SDK.
Bit I would like to know how to port FreeRTOS by myself.
Do you have any FreeRTOS porting guide?
Thanks
Solved! Go to Solution.
FreeRTOS will run on any Cortex-M0/M0+/M3/M4/M4F/M23/M33 that has enough RAM. You just need to build the correct port file. If there is no existing pre-configured project for the hardware you wand to use you will also have to create a project. Instruction on both are found here:
FreeRTOS - Porting a FreeRTOS demo to a different hardware platform
FreeRTOS will run on any Cortex-M0/M0+/M3/M4/M4F/M23/M33 that has enough RAM. You just need to build the correct port file. If there is no existing pre-configured project for the hardware you wand to use you will also have to create a project. Instruction on both are found here:
FreeRTOS - Porting a FreeRTOS demo to a different hardware platform