is there any efficient way to wake-up the STM32L0 from STOP-Mode by UART Rx Interrupt?
As I used HAL_UART_Receive_IT() function to receive data in interrupt mode and with that enabling the UART Interrupt using this "__HAL_UART_ENABLE_IT(&huart1,UART_IT_RXNE)" .Still not waking up the MCU.Please let me know if i am missing something and...