Interrupt timer STM32f429
Hello,on an stm32f429,I trigger an interrupt on PA0 for 1 second andI light an LED on PA3 for a short time, with a timerI count the number of overflows on a 10 Mhz signal onPA5 and store the result in a variable,I'm a beginner with STM32F and I must...