I use multlink to debug my code,Now I meet a strange question,when click debug button,S32DS go to debug interface,and code stop at the reset handle,then I click the step info button,the PC pointer changed,and the column Console output the message like in picture,when click resume button,code run,but wait a monment code stop in place,pc pointer didn't change,and error message is same with step info.and I tested the reset pin,didn't find reset signal.
The SDK version is 2.9,three days ago the same code can debug,but now I didn't know what happened.I need you help!!
Hi,
can you please share your break points list?
Jiri
I set a breakpoint at line 106 "cpsid i" in reset interrupt handle of startup file.other two breakpoint are set in file main.c.