How to show Runtime in S32K FreeRTOS

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

How to show Runtime in S32K FreeRTOS

1,024 Views
jianlongzhang
NXP Employee
NXP Employee

Hi All,

I see there is a TaskList indicator show task's information. But I cannot see RunTime view, even after check the "Collect runtime statistics". Do you know how to see the runtime statistics? Is there any special configuration to do? Thank you.

pastedImage_1.png

pastedImage_2.png 

Best Regards

Tony Zhang

Labels (1)
0 Kudos
2 Replies

836 Views
ovidiualexandru
NXP TechSupport
NXP TechSupport

Hi Tony, Jiri,

Currently I can recommend a workaround to get the Runtime facility working:

In the FreeRTOS component, go to the 'User Settings' tab and add a definition (click on the three dots):

#define portREMOVE_STATIC_QUALIFIER 1

like in this snapshot:

pastedImage_1.png

After, re-generate Processor Expert code.

Now the 'Runtime' facility should work as expected:

pastedImage_2.png

Best regards,

Ovidiu

0 Kudos

836 Views
jiri_kral
NXP Employee
NXP Employee

Hi Tony, 

I can confirm the same behavior. No Runtime stat with enabled requested macros. I sent this thread into SDK team, hope someone will ask it soon. 

Jiri 

0 Kudos