S32DS:how to watch software run time

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

S32DS:how to watch software run time

跳至解决方案
1,338 次查看
Jingjing
Contributor I

hello:

when debug use s32ds, how to watch the act time between two break?

thank you.

0 项奖励
回复
1 解答
1,326 次查看
VaneB
NXP TechSupport
NXP TechSupport

Hi @Jingjing

S32DS for ARM does support the “live view” feature. It’s called Real Time Expressions. It’s available as plugin for Pemicro probes. Take a look at:

How to enable Live View for variables when debugging 

Notice that this works only for ARM devices and for Pemicro interfaces. It’s not available for PowerPC devices MPC5xxx and for other debugging interfaces.

Another option for “live view” is Freemaster software:
FreeMASTER Run-Time Debugging Tool 

As a final option to measure time is to use an Oscilloscope or Logic Analyzer together with GPIO pin toggling for time measurement.
The GPIO pin toggling presents minimum code intervention and known self-compensated delay for port write.

 

B.R.

VaneB

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,327 次查看
VaneB
NXP TechSupport
NXP TechSupport

Hi @Jingjing

S32DS for ARM does support the “live view” feature. It’s called Real Time Expressions. It’s available as plugin for Pemicro probes. Take a look at:

How to enable Live View for variables when debugging 

Notice that this works only for ARM devices and for Pemicro interfaces. It’s not available for PowerPC devices MPC5xxx and for other debugging interfaces.

Another option for “live view” is Freemaster software:
FreeMASTER Run-Time Debugging Tool 

As a final option to measure time is to use an Oscilloscope or Logic Analyzer together with GPIO pin toggling for time measurement.
The GPIO pin toggling presents minimum code intervention and known self-compensated delay for port write.

 

B.R.

VaneB

0 项奖励
回复
1,306 次查看
Jingjing
Contributor I

that is my need. thand you very much.

0 项奖励
回复