STM32F4 TIMER AND INTERRUPT
Hello, Can you help me configure cube mx?I would like to make an interrupt on each rising edge of a signal on a gpio,trigger the 16-bit timer on the rising edge and count the number of timer overflowson the signal on another gpio, I don't know how to...