2024-05-17 06:03 AM
Hello,
I use a STM32WLE5CCU6 which is waked-up by its embedded radio module when a new LoRa message is received.
As the wake-up reset the MCU, is the radio module resetted too ? Is there any way to get this message after the MCU wake-up ?
Thanks in advance.
MaxB1000ien
2024-06-03 09:13 AM
Hello @MaxB1000ien
>Is there any way to get this message after the MCU wake-up?
What do you exactly mean by that?
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-06-04 12:45 AM
Hello @STTwo-32
>>Is there any way to get this message after the MCU wake-up?
> What do you exactly mean by that?
I mean I want to get the LoRa radio message the radio module received and that has generated an interrupt that has waked-up the MCU.
Thank you for your consideration.