hello!
MCU: SPC5777MK0MVA8
software: S32 v2.1
Debug tool :Multilink Universal FX(PEmicro)
When I debug RAM,S32 does not stop in the “main” function,but stopped in “startup.s”.
Stop in line:e_lis r4, 0xFC05
;#****************************** Turn off SWTs ********************************
#if defined(DISABLE_SWT2)
;#SWT2
e_lis r4, 0xFC05
e_or2i r4, 0x8000
e_li r3, 0xC520
e_stw r3, 0x10(r4)
e_li r3, 0xD928
e_stw r3, 0x10(r4)
e_lis r3, 0x7F00
e_or2i r3, 0x010A
e_stw r3, 0(r4)
#endif
After that, I can only do single-step debugging."Resume(F8)" can't let the program run, only single step.