Other Parts Discussed in Thread: CONTROLSUITE
Hi
I'm trying to implement a software reset of the control system called from the Master system.
From the Master system I call
SysCtlSubSystemReset(SYSCTL_CONTROL_SYSTEM_RES_CNF);
I see that the control system reacts: it jumps to an improper 0x3ff66b memory address and gets stuck there of course. This address is not present in the PieVectTable and I don't understand why it jumps there.
What exactly should I do to reset the control system correctly?