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
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