User Activity

Hi, I am configuring the ADC in single-channel continuous conversion mode using DMA. However, once I call HAL_ADC_Start_DMA(&hadc, &AD_RES, 1), the main loop stops executing, and the HAL_ADC_ConvCpltCallback() function is not triggered.I noticed that...
Hi, I would like to use system wake-up pin 1 (PA0) as an external interrupt to wake up my MCU from standby mode. Understand that a rising edge on PA0 (wake-up pin 1) should trigger the MCU to exit standby mode. However, I am encountering difficulties...
 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...
Kudos from