2025-06-16 7:41 AM - last edited on 2025-06-16 7:48 AM by Andrew Neil
I have referred to the Example project "LPUART_WakeUpFromStop_Init". Configured an LP-UART in interrupt mode with a baud rate of 9600, Stop bit 1, Parity None, and enabled the HSI clock source for it. When the device enters the stop mode, try to send a character to wake it. But it is not all waking up.
We need to try this on Nulceo WB55 evaluation board. Once it works, we need to use it on our product which uses the uC STM32WB55VGQ.
2025-06-16 7:49 AM - edited 2025-06-16 7:50 AM
@Manoj1 wrote:We need to (sic?) try this on Nulceo WB55
Do you mean you are trying this on a Nucleo WB55 ?
Are you certain that it actually does enter STOP mode?
2025-06-16 8:50 AM
Hello @Manoj1
Have you tested the example "LPUART_WakeUpFromStop_Init" as it is, if it is working fine, you shoudl check the impact of your changes on the code. Also, you may check if the Code enter stop mode and if HSI16 oscillator is forced ON even in Stop mode.
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.