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'.
已解决! 转到解答。
I was given the solution...
Add "#define portREMOVE_STATIC_QUALIFIER 1" to FreeRTOS component "User settings" and it works.