Posted on September 16, 2013 at 16:02 Thanks Clive. What is the example that I have to use for read a pulse Width ? I found on STM32F4xx_StdPeriph_Examples : TIM_PWMInput and TIM_InputCapture Thanks for support Mik
Posted on September 16, 2013 at 15:53 Thanks Clive. What is the example that I have to use for read a pulse Width ? I found on STM32F4xx_StdPeriph_Examples : TIM_PWMInput and TIM_InputCapture Thanks for support Mik
Posted on September 16, 2013 at 15:04Thanks Clive.... an ask. Wicht are the differences between Input Capture and PWM Input? I read many documents but now I'm very confused Mik
Posted on September 16, 2013 at 03:09Hi All, I'm developing a fw for read the HC SR04 Sensor. I got the distance calculating the pulse width on digital GPIO. I wrote this fw that I get from the examples . if(TIM_GetITStatus(TIM1, TIM_IT_CC2) == SE...
Posted on September 03, 2013 at 10:27Hi Clive, thanks a lot for you support. I'll know the low pulse widths duration and to do the sum of it. Sample for three pulse.... first 40ms is low, second 30ms is low and last 40ms is low.... 40+30+40 = 110 a...