S32DS Debugger Reset

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

S32DS Debugger Reset

1,380 次查看
文辉王
Contributor III

Hi,

How to reset with S32 simulation?

捕获.PNG

regards,

Vern

标签 (1)
1 回复

1,111 次查看
martin_kovar
NXP Employee
NXP Employee

Hello,

version of S32DS you use does not support debug reset directly. This feature is available from version 1.2. Please see the figure below:

pastedImage_1.png

Once the debug session is active, the button marked by red square is enabled and debug session including microcontroller can be reset.

In your case, you can switch into gdb client console and write command monitor reset.

pastedImage_2.png

Regards,

Martin