Part Number:MSP430FR5994
Hi,
My design includes an E-paper booster pack from Pervasive Displays, that draws power from the 3.3V booster pack pin on the MSP430FR5994.
I then periodically trigger a BOR in SW using the following (on a timer interrupt) :
PMMCTL0 = PMMPW | PMMSWBOR;
I'm wondering if the booster pack looses power when the BOR is triggered ? or will it continue to operate ?
thanks