I have downloaded FreeRTOS Awareness Eclipse plugin from the EXP as described here:
https://mcuoneclipse.com/2016/07/06/fre ... -from-nxp/
I have also enabled FreeRTOS to collect run time stats:
https://ibb.co/NYzgZFq
After building the project and starting a debugger I cant get the Task List (FreeRTOS) to work in realtime.
When I place a breakpoint somehwere in my code, I can get the Task List to update:
https://ibb.co/JrT9Bz9
As you can see there is a warning saying that I must Enable configGENERATE_RUN_TIME_STATS macro in FreeRTOSconfig.h
I assume that it refers to sdkconfig and I can assure that I have enabled this option:
Code: Select all
CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS=y
CONFIG_FREERTOS_RUN_TIME_STATS_USING_ESP_TIMER=y