MPC5744P does not reset, how to run mode switch or run mode reset?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MPC5744P does not reset, how to run mode switch or run mode reset?

1,544 Views
my_souls
Contributor III

MPC5744P does not reset, how to run mode switch or run mode reset?

4 Replies

1,354 Views
petervlna
NXP TechSupport
NXP TechSupport

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

0 Kudos
Reply

1,354 Views
my_souls
Contributor III

Hi,Peter

   Can I just switch the operating mode without resetting?

   Since I want to jump from the boot application to the application, the application again configures the run mode with the clock.

0 Kudos
Reply

1,354 Views
petervlna
NXP TechSupport
NXP TechSupport

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.

pastedImage_2.png

pastedImage_1.png

For reference you can have a look at our reference examples:

https://community.nxp.com/docs/DOC-329623 

Peter

1,354 Views
my_souls
Contributor III

Okay thank you!

0 Kudos
Reply