Best way to reset a 56F8346?

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

Best way to reset a 56F8346?

1,865 Views
ETCTim
Contributor I
What is the proper way to reset a 56F8346 in software?
Jump to 0x20000?
Stall out the watch dog?
Other?
Thanks,
Tim
Labels (1)
Tags (2)
0 Kudos
Reply
3 Replies

738 Views
admin
Specialist II
I use software reset by writing a 1 to the SWRST field of SIM_CONTROL register.

This allows the software to determine the boot mode (internal or external boot) to be used on the next reset. (C)
0 Kudos
Reply

738 Views
Venturi
Contributor I
Could you provide me with the C source code of how to assert 1 to certain register in register space.
Thank you.
0 Kudos
Reply

738 Views
admin
Specialist II
setRegBits(SIM_CONTROL,0x10);

 

0 Kudos
Reply