MPC5744P In app reset

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

MPC5744P In app reset

1,092件の閲覧回数
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 返信

1,078件の閲覧回数
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;