Hi, here are the steps I conducted:
- Disable all unused sensors; stop all timers; stop ADC.
- Enter stop mode: ( HAL_PWR_EnterSTOPMode(PWR_LOWPOWERREGULATOR_ON, PWR_STOPENTRY_WFI);
- Use LPTIM1 to wake up.
And here are my questions:
- I used integrated current monitors to monitor the current consumption of 4 major part of the board( MUC, Sensors, BLE and WI-IF expansion). The current consumption for each part are respectively ~4.2mA, ~0.6mA, ~0.45mA, ~0. And the current consumption of the board is ~10mA (power supply 3.7V). I'm now wondering why the current consumption is not matching? And it's much larger than I expected.
- When I lower the power supply from 3.7V to 3V, the current consumption basically stays the same. Does that mean that the LDO consumes a big part of the power?
Thank you very much!