User Activity

We are using an STM32WL55 (NUCLEO-WL55JC2) and don't understand RCC_BDCR_RTCEN. Our system is configured to be woken up from Stop 1 Mode via RTC wake-up, clocked by LSE. This works, but we wonder about a detail.According to RM0453, RCC_BDCR_RTCEN is ...
We noticed that our TIM2 did not count after our STM32L152 went to Stop Mode and woke up again.When we analyzed the problem, we found that our debug probe set DBGMCU to DBG_STANDBY | DBG_STOP | DBG_SLEEP. When we power cycled the µC or set DBGMCU to ...
Posted on April 27, 2016 at 10:16RM0038 says (5.1.6) that one has to wait for VOSF (Voltage Scaling select flag) when changing the voltage range using VOS. The same page contains a note that says that ''the system clock is stopped until the regulato...
Posted on October 22, 2015 at 21:54The STML0 (and L1) manual says following about the register EXTI_PR: ''1: The selected trigger request occurred. This bit is set when the selected edge event arrives on the interrupt line. This bit is cleared by wr...