We tried to use a cFP PWM module to drive RC servos and it almost worked. My recollection
is that we could move the servo as required but the turn on and turn off issues killed the idea
for our application. There is no way to control when in the PWM cycle the module turns off
it's output, therefore the final position of the servo (after you turn off the pwm output) could
be anywhere. Subsequently, turning on the pwm would cause it to jump from wherever it
stopped after turn off to the new position.
Our solution was to develop a small microcontroller based pwm driver. This gives us complete
control over the pwm output as well as a bunch of remote I/O points. We multiplex up to
64 of these devices onto a serial port on the fp controller.
If the turn on and turn off issues aren't a problem I can dig out some of our testing .vis. They
are not finished applications, just 'move the servo' kind of things.
The microcontroller driver was developed under contract so I can't offer any of that stuff
without permission. Let me know if that would be of interest.
Matt