Part Number: MSP430FR6989
I am working on a low power application using MSP430FR6989.The uC is working on a CR2032 battery[it is always in ON mode] and several other peripherals[few op-amps,LED etc] are working from a 5V auxilliary supply that is generated from a onboard 9v Battery.To indicate to the uC that the 5V Power is available i am using a Resistor divider network as shown below[Please ignore my drawing skills!]
To uC
|
5V^^^^^^^--------^^^^^^^^Gnd
1.5M 1M
The problem is that when the 5V supply is not available, the current drawn from the battery is close to ~7mA.if the 5v Supply is available then the current reduces to about 500uA.The 5V is no where directly connected to uC apart from this.I am giving this to Pin P2.4 configured as Input without pull ups and in interrupt mode.
What could be the reason for this??