Hi,
I am using the TMS570LS0332, CCS6 and Halcogen 4.0. I am using FreeRTOS 8 in my application. There is no FreeRTOS selection in Halcogen for the 033x devices, and also the release of Halcogen with FreeRTOS 8 support is not released yet, so I have configured Halcogen manually.
This works OK and I can get the rtos to run. However, FreeRTOS 8 takes over the rtiCompareInterrupt0 and maps it to vPortPreemptiveTick. This function is defined in the FreeRTOS source, but because it was specified in Halcogen, Halcogen also creates the function, so anytime I re-generate Halcogen code I need to manually remove the function from rti.c.
Is there any way I can prevent Halcogen from generating the function?
Thanks