STM32F4 extra power consumption in STOP mode due to USB
Posted on August 17, 2017 at 12:07Hi,I'm using USB with SPL on an STM32F4 system.If I do this :while(1){ PWR_EnterUnderDriveSTOPMode(PWR_LowPowerRegulator_UnderDrive_ON, PWR_STOPEntry_WFI);}Then my system power consumption is 1.6mA.But if I do thi...