User Activity

Posted on November 18, 2016 at 16:06STM32L053R8 (Nucleo dev board) When setting the PLL state in HAL_RCC_OscConfig, rather than sit in a while loop waiting for RCC_CR_PLLRDY I want to enter sleep mode and wake based on the PLL ready interrupt. I hav...