I'm trying to figure out if the FreeRTOS supports the LM4F device. It is not clear and I don't see direct evidence it is.
Any help would be helpful.
Alex
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.
I'm trying to figure out if the FreeRTOS supports the LM4F device. It is not clear and I don't see direct evidence it is.
Any help would be helpful.
Alex
Hi Alex,
My understanding is that floating point is not yet supported by FreeRTOS. However, Cortex M3 code can be run on a Cortex M4 without modification, so you should be able to use it, you just won't be able to take advantage of the floating point.
Regards,
Sue
How about FreeRtos source code could support floating point function, and could support LM4F now?
Hi Hanson,
You can download the current version of FreeRTOS, version 7.2.0 from http://www.freertos.org/RTOS.html. It supports the Cortex M4F.
Regards,
Sue
Well yes... But the LM4F port is here:
http://www.freertos.org/Interactive_Frames/Open_Frames.html?http://interactive.freertos.org/forums
In user contributed. It is ready for -- CCSV4 some conversion required.