User Activity

Hello,I ran the STM32CubeU5\Projects\NUCLEO-U575ZI-Q\Examples_LL\RTC\RTC_ExitStandbyWithWakeUpTimer_Init application, which worked as described in its README.md. After changing the low power mode from STANDBY to STOP0, the RTC interrupt no longer fir...
Hello,Is there any specific guidance regarding how to improve wakeup time from the various STOP modes? The U5 Reference Manual mentions that configuring STOPWUCK = 0 will use the MSIS up to 24 MHz, which would be faster than HSI16. I've used that alr...
Hello,I have a test app that starts in wake for 5s (with "high" current and GPIO output high) then enters STOP Mode 2 (with "low" current and GPIO output low). It remains in that mode until the EXTI 1 interrupt is triggered by a button press, which w...
Hi,I have a test app for the U5, which is intended to sleep for a short period of time and wake for a short period time, not unlike the default PCC Sequence you can see in the CubeIDE IOC. It will toggle an output line when entering STOP3 mode and al...
Hello,In a chip like STM32U585CIU6Q, where the VDDUSB is internally connected to the VDD, what is the behavior of the USB circuitry if the VDD is below 3.3V (e.g., at 2V)? Will the USB just stop working without affecting other non-USB functions, or i...