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 ...