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'.
Solved! Go to Solution.
I was given the solution...
Add "#define portREMOVE_STATIC_QUALIFIER 1" to FreeRTOS component "User settings" and it works.
I was given the solution...
Add "#define portREMOVE_STATIC_QUALIFIER 1" to FreeRTOS component "User settings" and it works.
Thanks Erich, I will consider it, but at this point my question is about S32DS...