STM32F401RE Systick issues
Hello, I have an issue with my code where I have configured SysTick and it triggers on every clock cycle, but I dont know how to make things trigger inside the main while loop #include "main.h" #include "functions.h" #include <stdbool.h> #include <st...