2024-05-29 02:54 AM
Hello,
I have a trouble using the listening mode of the Sub-GHz radio module to wake-up the STM32WLE5CCU6 MCU from the standby mode.
My MCU is configured to wake-up on RFIRQ (EWRFIRQ = 1).
My radio module is configured in listening mode with a 15 seconds RX period and 105 SLEEP period. All the IRQ are disabled with the Cfg_DioIrq() function except RX_DONE.
However, my MCU is wake-up (reset) each time after RX period duration (15 seconds here).
So I have the feeling that even if the "RX or TX timeout" IRQ is disabled, the IRQ is forced by the radio module and wake-up the MCU.
Is there any trouble in my configuration ? Is it possible to use the listening mode when the MCU is in standby mode ?
Best regards.
2024-06-27 09:35 AM
Hello @MaxB1000ien
I suggest you follow the example from this link on the STM32CubeWL. It should leave listening mode only on the next receive window.
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.