User Activity

Hello, I'm using RTC Wakeup to periodically kick WDG while system is in a sleep mode.I have setup RTC wakeup as following:/* RTC init function */ void MX_RTC_Init(void) {   /** Initialize RTC Only */ hrtc.Instance = RTC; hrtc.Init.HourFormat ...
MCU - STM32L431RC; HAL drivers ver 1.13.After switching clock from HSI to MSI 16 -> 32 MHz,CubeMX generated system Clock setup does not work.When trying to send data to STM constantly getting "Noise error" and rarely 1st byte is received via ISR. TX ...
I have setup UART1 clocked with HSI clock, with drivers version 1.16Which led to incorrect output on the line.Same code with drivers version 1.14 worked completely fine. See picture.Turns out HSI trimming value is not correct in clock setupRCC_OscIni...
I have setup RTC wakeup functionality and generated code with CubeMX.The code does not work straight away, because imr1's mr20 in EXTI IMR1 register was not unmasked. I suppose this is a bug and should be handle by STM. It took some time to figure th...
Hello, I'm trying to set up sleep mode and wake up from it by sending UART message to MCU.However, MCU does not wake up.Details:UART baudrate - 115200UArt set up in DMA mode, however, before going to sleep I activate RX in IT mode.clocks setup:void S...
Kudos from