I configured my system, which has MSP430F5338, based on the TI wiki in order to keep RTC running even when main power is gone.
http://processors.wiki.ti.com/index.php/MSP430_-_Running_RTC_with_Battery_Backup_Module
I was powering my system using digital power supply.
Once I was gradually decreasing the system power to zero, I could get SYSRSTIV of 0x0E indicating SVSH(POR) after powering my system again .
However, once I suddenly stop supplying the power (switch the power supply off), I could get SYSRSTIV of 0x02 indicating Brownout(BOR) after powering my system again.
Could you explain the reset mechanism behind this?
Thanks in advance.