STM32L1 FreeRTOS tickless idle with RTC wakeup
Posted on October 20, 2016 at 20:04 I'd like to implement vPortSuppressTicksAndSleep() to put the MCU into sleep or stop mode when there is nothing to do in FreeRTOS tasks. It should be woken up by an EXTI interrupt or RTC wakeup. In my implement...