PIC 16F88 PWM questions...

Status
Not open for further replies.

superflux

New Member
Can I use any PIN for the PWM output or am I stuck with RB3?

Thanks!

EDIT: Found the CCP option. I can choose either RB3 or RB0.
 
Last edited:
PIC16F88 has just two in-built hardware PWM modules multiplexed with RB0 and RB3 pins, so you can choose either of them. In order to use other pins for PWM, you have to write code for that, which is basically fast switching between High and Low at the port pins that simulate as PWM waveform. This is often called Software PWM.

- Raj
Experiments with PIC16F628A
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…