S32DS Debugger Reset

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

S32DS Debugger Reset

787 Views
文辉王
Contributor III

Hi,

How to reset with S32 simulation?

捕获.PNG

regards,

Vern

Labels (1)
1 Reply

518 Views
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