Power Consumption Calculations
Hello everyone,
We are working on a low power project.
We selected MCU STM32G030K8T6 for that project.
Before developing the project, we tried to verify the power consumption values found at the datasheet by trying a simple code operating at 2 MHz that makes all GPIO pins floating, enables the low power run mode, enables the power down flash mode, and then enters the sleep mode.
We used the Joulescope to measure the consumed current in case of input voltage 3 V at temperature 25 C.
We found the current is much larger than values found on the datashseet.
In the datasheet, the typical value of current in sleep mode at 25 C is ~40 uA, and our value is ~230 uA.
Why that happens??
You can see the code and the results in the attached files.
