STM32F0 sleep or standby mode excessive consumption
Posted on September 27, 2012 at 11:26Hi, I use the STM32F0 Discovery. I disconnect jump JP2 and connect ammeter. I build a simple program in IAR: int main() { DWORD i; UINT16 j; SystemInit(); SystemCoreClockUpdate(); init_hardware(); ...