2018-06-15 01:00 AM
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)
#stm32f4 #timerSolved! Go to Solution.
2018-06-15 03:49 AM
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
2018-06-15 03:49 AM
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
2018-06-21 06:59 AM
Thanks for your reply . makes sense now .