Hi,can MPC5748 use following command to make a software reset:
MC_ME.MCTL.R = 0x00005AF0;
MC_ME.MCTL.R = 0x0000A50F;
I test it in my board with these two line code, but MPC5748 just stop running, but doesn't reset itself. Is there any special configuration before using them to make a reset?