User Activity

 Hi, I would like to separate the project files (.project) and source files into different directories as shown in the image below. How can I do this? In my original project, I don't want my source files and project files (.project) to exist in the s...
 Hi, When compiling program using Keil IDE, understand that the program size that flash to MCU can be calculate by:Program size = Code + RO + RWHowever, when compiling using STM32CubeIDE, how to know the program size going to flash into the MCU flash...
Hi , I am using TIM21 in input capture mode to measure the LSI frequency (~37 kHz). However, when I set the TIM21 clock to 2 MHz or use the MSI clock, it causes a hardware fault when attempting to capture the LSI frequency.I have reviewed the STM32Cu...
Hi,Does anyone know if it's normal for the RTC_IRQHandler not to trigger when the MCU wakes up from standby mode using the wake-up timer? I tried setting a breakpoint in the RTC_IRQHandler, but the problem is that it doesn't hit the breakpoint when t...
Hi, I'm using STM32L0 series MCU to configure the RTC to wake up after 24 hour during sleep/standby mode. Understand that we need to configure the Wake up clock to use 1Hz with 1 bit wake up counter added so that it can have the wake up time from 18h...
Kudos from