Quantcast
Channel: How to figure out reason for last reset on MSP430? - Electrical Engineering Stack Exchange
Browsing all 2 articles
Browse latest View live

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 Article


How 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
Browsing all 2 articles
Browse latest View live