Tool/software:
I am currently trying to enable the ROV for debugging purposes, However I get a problem that the debug variables that should be displayed in a human readable format in the "Runtime RTOS objects" view in CCS are private.
The debug variables are within the kernel's freertos sources.
This is shown in the following screenshots:
That prevents the "FreeRTOS.rov.js" script from accessing the variables and displaying them in the view as shown below:
How can I fix the problem?