When I used the MSP430F135 (older device) I had problems where if the pwr supply voltage did not go to zero when shut down and if there was some capacitance still charged to about .5V, on the next turn, based on timing, the MSP430 would malfunction. To fix this, I put an Under Voltage Lockout device on the reset pin, such that if the voltage was less than 1.8V, it would hold the MCU in reset.
Nowadays, I see Brownout protection on IC’s like on the MSP430G2101 and the MSP430F5308. Will this brownout feature guarantee that the MCU will not malfunction when weird things go on with the power supply rails?. If I can trust the brownout feature, I can remove the UVL IC’s I am using and save money. Please advise.