User Activity

Please check: https://community.st.com/s/question/0D53W00000UBHwvSAH/timers-interrupts-not-working-stm32f401reThe problem seems that "HAL_TIM_PeriodElapsedCallback" in "stm32f4xx_hal_tim.c" is not choosing the one function that I wrote in "main.c" un...
Hi guys!I'm trying to do a simple blinking led using interrupts but they never get fired.I'm using 84 MHz clock frequency and the following options:  /* USER CODE BEGIN Header */ /** *****************************************************************...