Hi,
Just call mode transition to reset mode:
//Mode transition to apply the PLL0 setup and set Normal mode with PLL running
MC_ME.MCTL.R = 0x00005AF0; //Funtional reset Mode & Key
MC_ME.MCTL.R = 0x0000A50F; //Funtional reset Mode & Key
Peter
Yes you can do mode transition into any mode you like, reset is just one of the available mode options.
as it is described in reference manual.
For reference you can have a look at our reference examples:
https://community.nxp.com/docs/DOC-329623
Peter