can the lpc2386 achieve the software reset?how can I achieve this?

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

can the lpc2386 achieve the software reset?how can I achieve this?

461 Views
lghlgh
Contributor I

I want to achieve the reset in the programe interrupt

0 Kudos
1 Reply

338 Views
CarlosCasillas
NXP Employee
NXP Employee

Hi,

Reset has four sources on the LPC2300: the RESET pin, the Watchdog Reset, Power On Reset (POR) and the Brown Out Detection circuit (BOD) (Section 3.4 “Reset” of the LPC23XX User manual).

So, to do a software reset, you could set the watchdog with a small timeout value, then go into an infinite loop.


Hope this will be useful for you.
Best regards!
/Carlos
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos