User Activity

Hello all, I want to count pulses with TIMER 1, because he has the fastest counting frequency. I was able to count pulses with TIMER 2 but something in my code is missing to make it work for Timer 1: (I also checked the reference manual ...)Maybe som...
Hello all, At the moment I use TIM2 on the stm32f4 - Discovery Board to count pulses (rising edges). How can I adjust the thresholds for the rising edges ? I want to count 1 V pulses. At the moment it is just possible to count 2V pulses.Here is the c...