Question
STM32F4 - Multi channel PWM input
Posted on October 23, 2014 at 01:59
Hello
I'm using an STM32F405 based board (OpenPilot ) and i'm looking to capture 5 input PWM signals over only two Timers . For this , i have to use multiple channels of the two timers . I succeeded doing it with only one channel using the example provided with the standard library . But i could'nt adapt it to a multi channel case . Can someone explain to me how to configure the Timers and how to compute the different dutycyles . An example with more than one channel would help a lot . Thanks. #pwm-duty-cycle-computation