Need to perform hard reset except watchdog reset for mpc5744.
I tried below code but it's not reaching startup code after reset
MC_ME.MCTL.R = 0x00005AF0UL;
MC_ME.MCTL.R = 0x0000A50FUL;
Thanks in advance
Hi, you may use following two lines for SW destructive reset triggering:
ME.MCTL.R = 0xF0005AF0;
ME.MCTL.R = 0xF000A50F;