How to restart a S32 Design Studio debug session?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to restart a S32 Design Studio debug session?

Jump to solution
2,434 Views
yulianmatev
Contributor III

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

 

s32ds power debug reset

Labels (1)
1 Solution
1,752 Views
martin_kovar
NXP Employee
NXP Employee

Hi Yulian,

try command monitor reset instead of target reset.

Regards,

Martin

View solution in original post

3 Replies
1,752 Views
OliverTian
NXP Employee
NXP Employee

Hi, 

 You can also use mouse to get the restart.

  In 'Debug' window, right click mouse on main(), you will find the 'Restart' icon on the popped menu, as the snapshot of below.

pastedImage_1.png

Cheers!

Oliver

1,753 Views
martin_kovar
NXP Employee
NXP Employee

Hi Yulian,

try command monitor reset instead of target reset.

Regards,

Martin

1,752 Views
yulianmatev
Contributor III

Hello Martin,

Command monitor reset seems to do what I was looking for.

Thank you! 

Best regards,

Yulian