S32DS Cannot get FreeRTOS stats in debugger

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

S32DS Cannot get FreeRTOS stats in debugger

Jump to solution
2,656 Views
freddy_ben-zeev
Contributor IV

I'm running on the EVB of S32K148. I've checked the "Collect runtime statistics"  option in the FreeRTOS component inspector, which set configGENERATE_RUN_TIME_STATS to 1 in FreeRTOSConfig.h. When I run under the debugger and open the "FreeRTOS Tasks" windows the "Runtime" column shows for each task a warning triangle ('!') which when I hover above it tells me 'Enable "configGENERATE_RUN_TIME_STATS" macro in FreeRTOSConfig.h to see Runtime'.

1 Solution
2,397 Views
freddy_ben-zeev
Contributor IV

I was given the solution...
Add "#define portREMOVE_STATIC_QUALIFIER 1" to FreeRTOS component  "User settings" and it works.

View solution in original post

0 Kudos
3 Replies
2,398 Views
freddy_ben-zeev
Contributor IV

I was given the solution...
Add "#define portREMOVE_STATIC_QUALIFIER 1" to FreeRTOS component  "User settings" and it works.

0 Kudos
2,397 Views
freddy_ben-zeev
Contributor IV

Thanks Erich, I will consider it, but at this point my question is about S32DS...

0 Kudos
2,397 Views
BlackNight
NXP Employee
NXP Employee

Hi Freddy,

see Better FreeRTOS Debugging in Eclipse | MCU on Eclipse 

I hope this helps,

Erich