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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

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

1,546 次查看
my_souls
Contributor III

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

4 回复数

1,356 次查看
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 项奖励
回复

1,356 次查看
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 项奖励
回复

1,356 次查看
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,356 次查看
my_souls
Contributor III

Okay thank you!

0 项奖励
回复