User Activity

STM32L151RET6Is the RTC affected by the microcontroller reset?The system is placed in stop mode and is reset every 2 seconds by the watchdog.After 24 hours of operation, I find a delay of approximately 20 seconds.If I do not use stop mode and let the...
The last update of CubeIDE is like below:I have this warning and I don't understand what it is:"C:/ST/STM32CubeIDE_1.3.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.12.3.rel1.win32_1.0.100.202403111256/tools/bin/.....
I have configured TIM3 (using CubeIDE) in such a way that it generates an event that is used to transfer measurements on the ADC channels to memory using DMA. This works.But in the same time, I want to transfer to TIM3 CH3 the values in a table. The ...
RTC used the LSE with 32768Hz oscillator and is configured for this option.While DBP bit is set RTC counter is stopped . Is it true or false?