cancel
Showing results for 
Search instead for 
Did you mean: 

What is the use of Clock Division settings ?

RN
Senior
Posted on June 15, 2018 at 10:00

Hello, I am using TIM2 peripheral and many times f(DTS) is mentioned , what is that ?

also what is the purpose of clock division settings ?

does it divide the internal clock ? (CLK_INT)

0690X0000060Bh5QAE.png

#stm32f4 #timer
1 ACCEPTED SOLUTION

Accepted Solutions
Posted on June 15, 2018 at 12:49

The ETR input and the channel's inputs have digital ('de-glitch') filters on them. The input clock to these filters may be a divided version of the timer's internal clock (i.e. the one which arrives from RCC); and this field determines the division ratio for those.

JW

View solution in original post

2 REPLIES 2
Posted on June 15, 2018 at 12:49

The ETR input and the channel's inputs have digital ('de-glitch') filters on them. The input clock to these filters may be a divided version of the timer's internal clock (i.e. the one which arrives from RCC); and this field determines the division ratio for those.

JW

Posted on June 21, 2018 at 13:59

Thanks for your reply . makes sense now .