STM32U575 can not be waken up from stop mode by LPTIM1 interrupt.
I create new StCubeIDE project base on NUCLEO-U575ZI-Q EVB.Set LPTIM1 as "Counts internal clock events" mode and enable interrupt, set clock source to "LSE".Did some simple modification in main.c to verify it:Add #include "stdio.h"Overwrite weak func...