cancel
Showing results for 
Search instead for 
Did you mean: 

STM32L072 not receiving UART1 interrupt in Stop Mode

kvkhekale
Associate II

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??

1 REPLY 1
Guenael Cadier
ST Employee

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