User Activity

HII have a problem. I want to measure 4 channels of the ADC every 20 seconds (this is more time but for now it is like this for testing) through an RTC interrupt, then print by the serial terminal.What happens is that it shows me the reading every 20...
Hi everyone, I am starting to program a board with stm32 (stm32f103c8t6) and I have the following problem.I have two codes to make a led blink, but one works and the other doesn't work.Code 1 (not working)#include "stm32f1xx_hal.h" #define LED_PIN ...