MPC5744 software reset

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

MPC5744 software reset

966 Views
lmonologue
Contributor I

Hi all,

 

 I am currently working on 5744 software reset,but can't get answer from datasheet.Could you help to provide an example of 5744P software reset function?

 

 

Appreciate your support!

 

 

Best Regards,

 

Li Jun

Labels (1)
0 Kudos
2 Replies

692 Views
martin_kovar
NXP Employee
NXP Employee

Hi Li Jun,

use the following code to execute software reset

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

Regards,

Martin

0 Kudos

692 Views
lmonologue
Contributor I

Hi,Martin 

This help me,thank you!

0 Kudos