Question
STM32L4 Minimizing power consumption
Hello, I design a device, based on STM32L475RE MCU
and my goal is to minimize the power consumption.
Peripheral I use :
- 3 sensors(accelerometer, temperature, humidity) and external RTC(M41T64Q6F) on I2C bus
- External flash on SPI
- USB
- ADC to read battery level
- Would it be better for power consumption to change HSE for MSI, and is it reliable for peripheral I use to work with MSI?
- USB is needed really rarely, so is it possible to initialize USB when connected and does it make sense?
- How to know that USB is connected?
