User Activity

Set Blue button(wake up 2) as wake up source and shut down. Press blue button will wake up system and print wake up source.With cube debugging environment, everything is fine. It shows wake up source is 2But after stop cube debugging, disconnect JP6 ...
As the description on datasheet, this IC can be used as host MCU and can be developed GNSS base application running in internal flash. Is there any EVB and SDK to support it please?
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...