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 there,
I want to check the running order of my FreeRTOS tasks running on TMS570LS3137 mcu using Segger SystemView. But when I wanted to make the necessary configurations for the SystemView program to run, I observed that the FreeRTOS version should be 8, 9 or 10. However, in the code generated by HalcoGEN, the FreeRTOS version appears to be 7.4. Is this version compatibility required for SystemView to work? If necessary, how can I change the FreeRTOS version HalcoGEN generates?
SystemView program displays the status of FreeRTOS tasks via Trace pins. Is an extra configuration needed to activate the trace feature?
Best Regards.
Hi,
The FreeRTOS V9.0.0 is used for HalCOGen code. The FreeRTOSConfig.h is V7.4, and it is compatible with the new version.