Posted on January 07, 2016 at 19:16 Hi, I'm trying to capture and count impulses on pin PA7 using timer 14 input captu re TIM14_CH1. I have tried with the following code: Initialization: RCC_APB1PeriphClockCmd(RCC_APB1Per...
Posted on January 07, 2016 at 21:40
I see now. I missed it's a capture/compare register and not counter register so
TIM_GetCounter(TIM14) won't return anything useful.
So it is impossible for higher number timers (9-14) to be used as impu...