Hi,
I want my application to be able to go to bootloader. It should not use hardware reset. How can it be software controlled?
Could you tell me how to implement it?
Hi,
I want my application to be able to go to bootloader. It should not use hardware reset. How can it be software controlled?
Could you tell me how to implement it?
Call NVIC_SystemReset()
Might not work if you are debugging (check Errata).
/Lars
Or deliberately let the Watchdog do the reset ...
Thankyou all!! It worked..
Excellent - now please see Tip #5