2025-10-22 2:49 AM
Hi,
I started from the LoRaWAN_End_Node example to develop a custom application on a custom mode with a STM32WL5MOC module. I would like to modify the example such that I can wake up the MCU when I received some data on the lpuart and then I trasmit data. I though to modify the example using the TX_ON_EVENT mode and instead using a button to send, I would like to use the interrupt of the lpuart. How I can set up the lpuart (also the clock source) considering the low power mode handle by the middleware?
Thanks.
Matteo