Part Number: MSP430G2433
- It is possible to enable or disable brownout reset in embedded c software
- Difference between lpm and brownout
- How to enable or disable lpm in embedded c
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: MSP430G2433
You can't disable brownout reset nor should you want to. You want the CPU to do something predictable as power fails rather than wander off doing who knows what.
LPM places the system into a particular sort of sleep with various things turned off to save power. Exit is via an interrupt, or in the extreme, a reset.
You don't enable or disable LPM. You must explicitly enter a low power mode by fiddling with bits in the CPU status register.
This is all described in the family guide for each part. Document SLAU144 in this case.
**Attention** This is a public forum