Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

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.

New Articles From Microcontroller Tips

Back
Top