Page 1 of 1

Espressif IDE FreeRTOS debugging using Eclipse FreeRTOS plugin from NXP

Posted: Fri Oct 28, 2022 9:28 am
by zazas321
Hello. I have setup ESP32-S3 device for debugging using internal USB JTAG.
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
Have anyone managed to get this to work properly? I would like some advice please :) Thanks in advance