Posted on October 25, 2013 at 15:00Hi everyoneI'm trying to put my STM32L1 into sleepmode and wake it up again with an uart interrupt. So I send it to sleep using:PWR_EnterSleepMode(PWR_Regulator_ON,TRUE)which works, but now it does not wake up when...