Hi Everybody,
I'm using a nucleo board with STM32L412KB and I try to learn how to use the STOP mode.
I want to put the micro in STOP mode and reactivate it whit a command via USART.
I put the UASART baudrate at 115200 and use the HSI clock. (see clock configuration immage).
When I connect the serial programm to read the message from the micro (using ZOC with 115200 baudrate ) I view strange message like the baudrate is not corret. (view immage "strange message").
If I change the clock of the USART1 (from HSI to PCLK2) I view the message correct but is not possible to reactivate the micro from STOP mode with USART.
Which is the problem? Have I forgot some configuration in the USART ?
THank you for your help