User Activity

Hello,I am working on STM32G4 and used the STM32CubeMX and STM32IDE tools. After generating the code using the CubeMX and copying DSP libraries from CubeMX repository to project/Drivers folder, I encounter this error during compile: Compiler generate...
Hello,I'm using the RTC Alarm to wakeup the MCU every 10min and after 10PM, sleep for 10 hrs. However, I noticed that the RTC just actually sleeps for 8:25 min and when it wakes up, the RTC time says 10minutes have passed. To illustrate:Current time ...