MPC5744P In app reset

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

MPC5744P In app reset

427 Views
VladiKn
Contributor III

Hi,

I am trying to make a small assembly routine to reset the application in special cases. So far I have tried accessing the BDCR0 register and the bit for reset but I'm probably doing something wrong.

Anyone had the same issues?

Cheers!

0 Kudos
1 Reply

413 Views
davidtosenovjan
NXP TechSupport
NXP TechSupport

There is no such register with MPC5744P device. Are you sure it is right MCU?

For software reset you may use following code:

MC_ME.MCTL.R = 0x00005AF0;
MC_ME.MCTL.R = 0x0000A50F;