cancel
Showing results for 
Search instead for 
Did you mean: 

Timer Interrupt type documentation

Anthony  Mwila
Associate II
Posted on October 13, 2017 at 18:00

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
1 REPLY 1
Amel NASRI
ST Employee
Posted on October 13, 2017 at 18:52

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.