Skip to main content
BPate
Visitor II
March 31, 2021
Question

is there any efficient way to wake-up the STM32L0 from STOP-Mode by UART Rx Interrupt?

  • March 31, 2021
  • 0 replies
  • 466 views

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 help me know the efficient way to wake-up the MCU from STOP mode.

Thank you :)

This topic has been closed for replies.