Hi,
This is my configuration:
- IDE: S32 Design Studio
- Debugger: PE micro
- Device: MPC5748G
Is there a way to reset target during a S32 Design Studio debug session so software starts from its beginning? Idea is to skip all the time needed for chip erasing and software re-loading in case this is done by “Terminate” and “Debug” buttons.
I already know that there is a powerpc-eabivle-gdb console which supports some commands, but I am not able to find the right one. Seems that command “target reset” is not supported.
Best regards,
Yulian
Hi Yulian,
try command monitor reset instead of target reset.
Regards,
Martin