STM32L4A6 consuming 2 mA system current in Stop 2 mode configuration
Hello developers,
We are currently developing a low power metering product using STM32L4A6 controller. It is clocked by HSE (16 MHz) and LSE (32 KHz) for RTC and LCD. It has a magnetic and optical sensor which will be always active and generating interrupts if read value is greater than set threshold. It also incoprates glass LCD for displaying stats, NFC (ST25DV), LoRa module (RAK3172) for communication and an gas gauge IC (STC315) for battery gauging.
Devices that are currently triggered off in my product are NFC, LoRa, Gas Gauge. Before entering STOP2 mode i am also de-intializing the LCD drivers. Still the current consumption measured on entering STOP 2 mode is approximately:
MCU : 300 uA
System Measurement: 2.5 mA
So can anyone please guide me why my system current is consuming arounf 2.5 mA even when all the components are triggered off. And all the uncessesary peripherals are de-initalzed.
