Tool/software: TI-RTOS
Hi all,
we have an existing FreeRTOS-based application running on another plattform and want to switch to the AM5728.
Is it possible to run a FreeRTOS on the ARM Cortex-M4 Co-Processor?
Kind regards
Chris
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.
Tool/software: TI-RTOS
Hi all,
we have an existing FreeRTOS-based application running on another plattform and want to switch to the AM5728.
Is it possible to run a FreeRTOS on the ARM Cortex-M4 Co-Processor?
Kind regards
Chris
Thanks Richard.
Did you mean Cortex-Mx port? Because I was talking about the Co-Processor of the AM5728 and this is a ARM Cortex-M4.
Do you have any experience with running FreeRTOS on a Co-Processor?
Kind regards
Chris
Ah, ok, in which case it should be easier. FreeRTOS will run on any Cortex-M0/0+/3/4/4F/7 part. No porting is required, but you will need to create a project. The following links may help:
https://www.freertos.org/porting-a-freertos-demo-to-different-hardware.html
https://www.freertos.org/Creating-a-new-FreeRTOS-project.html