Hello,
does TI provide a RTOS / BIOS port for the TMS320F280025 microcontroller?
If not, is TI planning to do this?
If yes, can you please provide a link to the corresponding quick start guide or further instructions?
Best regards,
Markus
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.
Hello,
does TI provide a RTOS / BIOS port for the TMS320F280025 microcontroller?
If not, is TI planning to do this?
If yes, can you please provide a link to the corresponding quick start guide or further instructions?
Best regards,
Markus
Hi Markus,
I am checking on this and will get back to you shortly.
Thanks
Vasudha
Hi Markus,
TI provides FreeRTOS port for the TMS320F280025 microcontroller as of now. The port is provided as part of a FreeRTOS support package which is to be used along with the official FreeRTOS package. This support package is not yet available on TI website and is provided on request basis. The web release for the same is planned in future.
Thanks
Vasudha
Hi Vasudha,
I think there is a bug inside the FreeRTOS port. Can you please check the following line of "portmacro.h":
#define portBYTE_ALIGNMENT 4
I guess it should be set to 2 because addressing is done 16-bit wise in this cpu. Therefore 2 byte means 32-bit.
Using the original value results in sporadic asserts inside tasks.c.
Thanks,
Markus
Hi Vasudha,
is the port meanwhile available on the website? If not, could you provide it to me aswell?
Thanks,
Erik