PDA

View Full Version : PWM and Debugin



Macgman2000
- 9th September 2010, 18:31
Hello,

I have written code for 12F683 that uses debugin to receive 4 bytes control data. I am also taking one of the bytes and using it to seed the hardware PWM.

I need an additional PWM output (driving motor), but the 12F683 does not have additional PWM hardware. What is the best way to implement an additional PWM channel while still using the debugin to receive data (every 30ms).

Best Regards,
Nick

Macgman2000
- 23rd September 2010, 21:17
OK, I guess there is no way to use debugin and generate a 2nd PWM channel?