2020-08-31 01:32 AM
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??
2020-08-31 01:46 AM
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