2017-10-13 9:00 AM
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 #stm32f72017-10-13 9:52 AM
Hi
‌,I recommend you to have a look to the example STM32Cube_FW_F7_V1.8.0\Projects\STM32F767ZI-Nucleo\Examples_LL\TIM\TIM_InputCapture.
This example is developed using the LL drivers and you can use it as reference to understand the behavior, together with the description in the reference manual or the cookbook.
-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.