pwm pic16f88

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 2 and 3.

Moderators: Benj, Mods

Post Reply
arnaud2
Posts: 9
Joined: Wed May 16, 2007 7:00 pm

pwm pic16f88

Post by arnaud2 »

hello
what is the pin output used for pwm with pic16f88 device?
it have 2 pin ccp1
thanks

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Post by Benj »

Hello

The two PWM pins on the 16F88 are RB0 and RB3.

User avatar
Steve
Matrix Staff
Posts: 3433
Joined: Tue Jan 03, 2006 3:59 pm
Has thanked: 114 times
Been thanked: 422 times

Post by Steve »

The CCP1 pin is (by default) on RB0 and the alternative location is RB3. This setting is part of the configuration word data for the chip (set by the "Chip..Configure.." menu).

Additionally, the PWM component will need to be "told" which pin to use. This is achieved by the "Use alternative pin" box in the component's properties page.

Post Reply