How to Port the RTOS on the SAM3X8E

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.

How to Port the RTOS on the SAM3X8E

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

How to Port the RTOS on the SAM3X8E

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).