Part Number: MSP-EXP430FR5994
I'm building a circuit based on the FR5994 Launchpad, but wanted it to be capable of battery backup. My circuit contains:
- hardware related to my application
- hardware that seemlessly switches between 5V from the USB/FET and a backup battery
- a 3.3V low dropout voltage regulator which powers the FR5994 and my logic
I disconnected the J101 3.3V connector, but kept the 5V jumper in place to provide 5V power to my regulator when the USB is supplying power. This allows me to power the FR5994 but not the FET circuit (which contains its own 3.3V low dropout regulator)
Although the whole circuit worked perfectly when power originated with the USB, it worked only occasionally when the circuit was powered by a battery or external power supply. It took me a long time to figure it out, with many missteps along the way, like enhanced decoupling the 5V and 3.3V to the nth degree. I haven't noticed any documentation which helped me resolve the issue, but it might be plainly available... if so, my apologies.
The problem originates with the power-on circuit S3/R2/C2 on the schematic. and J101 jumper RSTn/SBWTDIO.
Because I did not disconnect RSTn/SBWTDIO, the RSTn signal from the FR5994 portion of the Launchpad was being shorted to ground (actually, not allowed to rise above 1.5V) by the pin clamping diodes in pin 43 of the FET microprocessor MSP101, which was unpowered. If this problem is not addressed elsewhere, perhaps the Launchpad documentation should be adjusted.