How to restart a S32 Design Studio debug session?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to restart a S32 Design Studio debug session?

ソリューションへジャンプ
4,179件の閲覧回数
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,497件の閲覧回数
martin_kovar
NXP Employee
NXP Employee

Hi Yulian,

try command monitor reset instead of target reset.

Regards,

Martin

元の投稿で解決策を見る

3 返答(返信)
3,497件の閲覧回数
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,498件の閲覧回数
martin_kovar
NXP Employee
NXP Employee

Hi Yulian,

try command monitor reset instead of target reset.

Regards,

Martin

3,497件の閲覧回数
yulianmatev
Contributor III

Hello Martin,

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

Thank you! 

Best regards,

Yulian