User Activity

Posted on October 26, 2013 at 12:41HiI'm wondering if there is any possibility to wake up the stm32L1 from stop mode when a start bit is detected?with the stm32F1 there is a way of doing it: USART_StopModeWakeUpSourceConfig(USART1, USART_WakeUpSourc...
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...