MPC5744P In app reset

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

MPC5744P In app reset

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

417 次查看
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;