Resolved! Sleep, stop and standby modes do not significantly reduce current consumption
Greetings, I'm having an issue with low-power modes. I'm using a STM32U585 MCU and while in run mode it is consuming around 100mA, which is a lot. I tried to enter in Sleep, Stop and Standby modes right after the main declaration:int main(void) { ...