↧
Answer by timrorr for How to figure out reason for last reset on MSP430?
You can get the reset source from checking the system reset interrupt vector (SYSRSTIV), there is a good description on the TI wiki (Handling MSP430 System Reset Events).
View ArticleHow to figure out reason for last reset on MSP430?
There are a number of possible causes for a microcontroller to reset itself, for example:brown-out or power-outwatchdog timerreset initiated from software (to programmatically enter bootloader, etc)I'm...
View Article
More Pages to Explore .....