User Activity

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?
I programmed the STM32L151RET6 to gives the RTC interrupt using line EXTI20. The system is waking-up from sleep mode at every second, it execute a small code and left the interrupt. For example:void RTC_IRQ_Handler(void){ // { my code here } //  ...