STM32U535CETx Power Consumption Reduction
Hello there,
We are designing the STM32U535 to operate in a low-power configuration. According to the datasheet, the current consumption in Run mode is 16.3 μA/MHz at 3.3 V, which is quite low. However, when measuring the actual device, even after subtracting the current used by the components on the board, we observe the following:
- System startup: 1.5 mA
- System clock setting: 6.4 mA
These values indicate that a significant amount of current is being consumed.
The main clock settings are as follows:
- High-Speed Clock (HSE): Crystal
- SYSCLK: 16 MHz, HCLK: 16 MHz
- Low-Speed Clock (LSE): Crystal
- USB: 48 MHz
- MCO: 8 MHz
Given this configuration, what settings are necessary to achieve further power consumption reduction?
