How to restart a S32 Design Studio debug session?

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

How to restart a S32 Design Studio debug session?

跳至解决方案
4,199 次查看
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

标签 (1)
1 解答
3,517 次查看
martin_kovar
NXP Employee
NXP Employee

Hi Yulian,

try command monitor reset instead of target reset.

Regards,

Martin

在原帖中查看解决方案

3 回复数
3,517 次查看
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

3,518 次查看
martin_kovar
NXP Employee
NXP Employee

Hi Yulian,

try command monitor reset instead of target reset.

Regards,

Martin

3,517 次查看
yulianmatev
Contributor III

Hello Martin,

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

Thank you! 

Best regards,

Yulian