Posted on November 23, 2015 at 15:16
Hello every One
I am trying to read PWM signal parameters (Frequency & Duty Cycle) with timer 2 of STM32f4 IC. According to data sheet There is two modes of reading PWM signal.
1- capture mode which reads Puls...
Posted on December 15, 2015 at 12:46Hi CliveFinally I have succeeded to read DC & Freq from 4 channels of a timer simultaneously with input capture mode... The key point is changing of polarity three times in interrupt handler function. first time y...
Posted on December 08, 2015 at 14:05So you say that it is possible to have 4 signals on a single timer with use of input capture mode. Meaning, there should be a method to detect polarity of signal on 4 GPIO PINs connected to 4 channels of a timer.I...
Posted on December 08, 2015 at 09:33Hi cliveThanks for the corrected code. I will check it and report the results. I have a unique question which I think that is the question of many stm32f4 developers around the web. The question is that, how many ...
Posted on November 24, 2015 at 12:43Thank you very much for the code you provided. I have to check it in future days and will ask my questions later. Thanks again