Resolved! How to reduce power consumption while connected via CDC USB
I'm developing a board with an STM32L452 and would like to find out if I can improve power consumption while it remains connected via USB (as a device). I've tried putting the device to sleep using the following code: while (1) { // ... do stuff HA...