Page 1 of 1

PIC18F2431 PWM

Posted: Fri Oct 19, 2007 6:50 pm
by pheelius
How does one access all five of the PIC18F2431's PWM outputs, also everytime I bring the macro up it says disabled??

Posted: Tue Oct 23, 2007 10:01 am
by Benj
Hello

Flowcode can currently only control a maximum of 2 PWM channels. These are numbered 1 and 2. You can use the hardware macros to enable the PWM channels and to set the mark space ratio.

Posted: Sun Jan 06, 2008 9:29 am
by canipus
Benj wrote:Hello

Flowcode can currently only control a maximum of 2 PWM channels. These are numbered 1 and 2. You can use the hardware macros to enable the PWM channels and to set the mark space ratio.
Benj,

Could you please expand on the hardware macro setting up please with a specific run through example. i can't turn of the 'disabled' showing on the PWM component itself. I must be messing up the variable settings so a little more explanation would be appreciated.

Posted: Sun Jan 06, 2008 9:13 pm
by canipus
OK I've worked it out. Please ignore above post.

regards etc.