Hi,
I am currently evaluating a TM4C129XNCZAD eval board. Is there a FreeRTOS port for this? I've searched both the FreeRTOS site and the forums here, and can't seem to find any specific information on this.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I am currently evaluating a TM4C129XNCZAD eval board. Is there a FreeRTOS port for this? I've searched both the FreeRTOS site and the forums here, and can't seem to find any specific information on this.
The TM4C129x is based on the ARM Cortex LM4F. Generally speaking any M4F port of FreeRTOS will run on it (including but not limited to Tiva TM4C123 parts or Stellaris LM4F parts).
Be aware that the TivaWare driver library and sample apps are bare-metal. So it is up to you to add appropriate protections where appropriate.
--Miles