2024-05-17 02:29 AM
Hi,
For my project I need to put a MCU STM32WLE5CCU6 in standby mode and configure several wake-up type :
I can recognize the wake-up from :
However, I can't find a solution to check that the MCU have been waked-up by the Sub-GHz radio module.
Do you have a solution ?
Other fact, every time the MCU is waked-up whichever the reason, the bit WUF1 is set when the wake-up on pin 1 is configured. Is it a bug ?
Note : I reinitialize the flag of the wake-up pin 1 reason before putting the MCU in standby mode.
Thanks in advance
2024-06-03 09:10 AM
Hello @MaxB1000ien
>However, I can't find a solution to check that the MCU have been waked-up by the Sub-GHz radio module.
Do you have a solution ?
The easiest way is to check this is to Check the flags of the other two interrupts. If they are not set, Then the interrupt is coming from the Sub-GHz.
>Other fact, every time the MCU is waked-up whichever the reason, the bit WUF1 is set when the wake-up on pin 1 is configured. Is it a bug ?
I'm not able to reproduce this on the Nucleo-WL55jc1. Can you try to reproduce this on the Nucleo Board.
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.