Skip to main content
kvkhekale
Associate III
August 31, 2020
Question

STM32L072 not receiving UART1 interrupt in Stop Mode

  • August 31, 2020
  • 1 reply
  • 545 views

Hello all,

I want to use STM32L072 in Stop mode. But, it should receive interrupt UART interrupt while being in the stop mode.

It is not receiving UART interrupt while being in the stop mode.

Can anyone please explain the reason and the ways to solve this??

This topic has been closed for replies.

1 reply

Guenael Cadier
ST Employee
August 31, 2020

Dear @kvkhekale​ 

Did you check code examples available in STM32 L0 FW package ,

(you could find some examples in :

Projects\STM32L073Z-EVAL\Examples\UART\UART_WakeUpFromStop

or

Projects\NUCLEO-L073RZ\Examples_LL\LPUART\LPUART_WakeUpFromStop).

Regards

Guenael