FreeRTOS Runtime percentage calculations
Hi
Using FreeRTOS V11.0.1 and Stm32Cubeide 1.14.1 I was trying to read out the percentage information into the debugger. Unfortunately I don't get the expected behavior

As all of my tasks are either below 1% or at 1%, it does not seem correct.
I have followed the instructions in stm32CubeIDE user guide and if I make a call to
uxTaskGetSystemStatefrom the FreeRTOS API, i can calculate values that make more sense as the IDLE task now takes up about 99% of the time under no load.
Are there any other settings that needs to be fulfilled for this to work or are there any more needed configurations in FreeRTOS?
Best regards
Martin
