Part Number: MSP430FR50431
Other Parts Discussed in Thread: MSP430FR5043
We Have taken FR6043 Template Project and some of the Modifications as to make GPIO Pins output low.
P1OUT = 0;
P1DIR = 0xFF;
P2OUT = 0;
P2DIR = 0xFF;
P3OUT = 0;
P3DIR = 0xFF;
P4OUT = 0;
P4DIR = 0xFF;
P5OUT = 0;
P5DIR = 0xFF;
P6OUT = 0;
P6DIR = 0xFF;
P7OUT = 0;
P7DIR = 0xFF;
PJOUT = 0;
PJSEL0 = BIT4 | BIT5; // For XT1
PJDIR = 0xFFFF;
//To make UART Disable
#define APPLICATION_ENABLE_UART_DEBUG 0
We Have Run the Customized Hardware in SINGLE_TONE Configuration, after We have Measured the Power Consumption in 3.3v
We want to Achieve the Low Power Consumption as 3uA to 4uA, But it is observed as Consuming Average 1mA for 14ms Measurement period in NO FLOW Condition and Consuming Average 1uA for 986ms LPM3.
Please provide the some inputs as to Achieve Low Power Consumption as 3uA to 4uA.
