How to Port the RTOS on the SAM3X8E

suthar wrote on Thursday, January 19, 2017:

Hello,
Can Any one Help me how the RTOS to port on the SAM3X8E Stepwise.
I refer to the FreeRTOS site but i not got it.Pl help me.

Thank You.

hs2sf wrote on Thursday, January 19, 2017:

Just use the provided Cortex-M3 port and maybe have a look at the ‘AT91SAM3 ARM Cortex-M3 based microcontrollers’ demo.
Good luck !

rtel wrote on Thursday, January 19, 2017:

Here are also some links that might help:
http://www.freertos.org/Creating-a-new-FreeRTOS-project.html
http://www.freertos.org/porting-a-freertos-demo-to-different-hardware.html

FreeRTOS will run on ANY Cortex-M0/3/4/4F/7 device that has enough RAM -
there is no porting to do, you just need to create a project and ensure
you include the correct port layer files. (if a Cortex-M4 device does
not have an FPU then use the M3 port).