Part Number:MSP-EXP430FR4133
What is the expected current consumption of the MSP-EXP430FR4133 when running the out-of-box-demo code in "stopwatch" mode with the stopwatch not running?
I am seeing about 10uA at 3.3V according to both EnergyTrace in CCS and an external current probe. I have all the block jumpers removed.
In this mode, I would expect the the current used to be much lower. According to the datasheet, this part should draw <1uA with the LCD and RTC running in standby mode.
The example code looks to follow ULP best practices by making sure that all GPIO pins are not floating and disabling the WDT.
Is there anything I can change in the code to reduce the power used with RTC and LCD are on in standby mode to <1uA?
I am new to this part, so sorry if I am missing something obvious. Thanks!