by PaulL » Sun Oct 10, 2010 12:43 pm
by PaulL
Sun Oct 10, 2010 12:43 pm
Just a comment:
With the speed of the Roboard, you can change the PWM output faster than the servo can respond to the changes WITHOUT using interrupts.

The only reason I can think of that you would want to use interrupts on PWM is if you are using "counting mode" on the PWM outputs and want to signal when done. It's easier to use "continuous mode" and alter your PWM as needed than it would be to write the kernel-mode driver.
Just a comment:
With the speed of the Roboard, you can change the PWM output faster than the servo can respond to the changes WITHOUT using interrupts.

The only reason I can think of that you would want to use interrupts on PWM is if you are using "counting mode" on the PWM outputs and want to signal when done. It's easier to use "continuous mode" and alter your PWM as needed than it would be to write the kernel-mode driver.