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.

TMDX570LC43HDK: HALCOGEN FreeRTOS os_timer.h issue

Part Number: TMDX570LC43HDK
Other Parts Discussed in Thread: HALCOGEN

Hi there,

We are using HALCOGEN to port FreeRTOS for our TMDX570LC43HDK. When we enable the "Use Timers" option, a build error occurs in CCS : ".../halcogen/include/os_timer.h", line 493: error #20: identifier "TaskHandle_t" is undefined. When we add #include "os_task.h" to the os_timer.h file the problem goes away. But this is an issue since we would have to manually add this every time we use HALCOGEN to regenerate the code since it gets overwritten. Can you please assist with this problem? I've added screenshots of the problem described.

Thanks