Timer Interrupt type documentation
Greetings , I'm currently looking to implement a timer in input capture mode and trying to understand the workings of the timer in this mode , does anyone know where I can find an explanation for the
Timer Break interrupt
Timer Trigger Interrupt
Timer Capture compare interrupt
Timer Update interrupt
I've looked at the Manual and the General-purpose timer cookbook and I cant find info specific to these .
I'm working on an STM32 F767ZI Nucleo .
#timer-interrupts #input-capture #stm32f7