S32DS Cannot get FreeRTOS stats in debugger

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

S32DS Cannot get FreeRTOS stats in debugger

ソリューションへジャンプ
2,686件の閲覧回数
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'.

タグ(4)
1 解決策
2,427件の閲覧回数
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 件の賞賛
3 返答(返信)
2,428件の閲覧回数
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 件の賞賛
2,427件の閲覧回数
freddy_ben-zeev
Contributor IV

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

0 件の賞賛
2,427件の閲覧回数
BlackNight
NXP Employee
NXP Employee

Hi Freddy,

see Better FreeRTOS Debugging in Eclipse | MCU on Eclipse 

I hope this helps,

Erich