proting to CC2538(SmartRF06EB)

boogalee wrote on Sunday, January 03, 2016:

hi !

i want to know about proting to cc2538 (TI)

i checked supported processor. but i have no idea.

there is just only cortex-M3 in TI category.

what kind of source code should i download, and how can adpat it ?

any idea plz…

i am first time porting freeRTOS, so any concept of description about proting freeRTOS thank you.

rtel wrote on Sunday, January 03, 2016:

The CC2538 is a Cortex-M3 and FreeRTOS will run on ANY Cortex-M3 without any porting required. Here are some links that might help:
http://www.freertos.org/porting-a-freertos-demo-to-different-hardware.html
http://www.freertos.org/Creating-a-new-FreeRTOS-project.html

boogalee wrote on Sunday, January 03, 2016:

Thnak you so much :slight_smile:
your comment is… CC2538 is based on Cortex-M3.
i understand your comment “without any porting required.” means… i can just down load freeRTOS about cortex-M3 source code, and use it ?