STM32U5 wakeup from stop mode with LPUART
Hello.
I'm trying to wakeup the STM32U5 controller (U575ZI Nucleo board) when a byte is received using the LPUART.
I'm using the LSE clock for the LPUART. Without entering the stop mode, the LPUART interrupt is triggered whenever a byte is received. This is working fine.
But when I enter the stop mode, I'm not able to wakeup the controller with the LPUART. Using the Userbutton as wakeup source is working.
The reference manual shows the "lpuart_wkup" output signal in the block diagram. But there is now further description about this signal and how it is enabled. Other STM32 controllers (like the STM32L4) have a dedicated WUFIE interrupt bit which can be enabled.
How do I enable the wakeup signal for the LPUART on STM32U5 controllers. Can you help me please.
Thanks,
Andreas
