How to show Runtime in S32K FreeRTOS

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How to show Runtime in S32K FreeRTOS

2,592 次查看
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

标签 (1)
标记 (3)
0 项奖励
回复
2 回复数

2,404 次查看
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 项奖励
回复

2,404 次查看
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 项奖励
回复