FreeRTOS porting guider

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

FreeRTOS porting guider

Jump to solution
2,017 Views
davidzhu
Contributor III

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

1 Solution
1,930 Views
FreeRTOS_org
Contributor IV

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:

Creating a new RTOS project 

FreeRTOS - Porting a FreeRTOS demo to a different hardware platform 

View solution in original post

1 Reply
1,931 Views
FreeRTOS_org
Contributor IV

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:

Creating a new RTOS project 

FreeRTOS - Porting a FreeRTOS demo to a different hardware platform