2025-02-13 07:36 AM
Hi,
i am using STM32WBA55 with BLE_p2pServer_ota example and want to wake-up over an USART2 event (start bit or rising edge) from stop mode. What is a good way to do this? I am using HSI16 with USART2 GPDMA1.
2025-02-13 08:25 AM
Hello @ledi7
You can use some of the USART2 interrupts to wake up the STM32WBA55 from STOP mode. To do that, you need to configure one of the interrupts that wake up from this low power mode. More details are available on the RM0493 parts 39.6 and 39.7.
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.