Posted on September 29, 2014 at 14:48Yes its a very good idea waclawek, it worked very much using only one pin mapped on CH3. In TIM2 initialization routine, i just initialized CH3 selection like this: TIM_ICInitStructure.TIM_ICSelection = TIM_ICSel...
Posted on September 29, 2014 at 12:45
Hi,
I am using TIM2 channel as an IC on an STM32F103, i would like ro detect the both edges coming on ch3, but i read in this forum that is not operational for this uC.
So i wrote a first solution wh...