PWM

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

Moderators: Benj, Mods

Post Reply
davecairns
Posts: 1
Joined: Wed Oct 22, 2008 10:10 pm

PWM

Post by davecairns »

I am curremtly engaged on a final year BEng project which requires generation and control of six independant PWM signals. Flow Code has been suggested to me as a possible tool for PIC code development. Is Flow Code (Student Version) powerful enough to generate the code that I require?

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:

Re: PWM

Post by Benj »

Hello

Flowcode is capable of controlling up to two hardware driven PWM signals. As well as this it is capable of controlling as many software PWM channels as you require using a simple interrupt based routine. See the examples page for my example on bit banged PWM using LEDs.

http://www.matrixmultimedia.com/Flowcode_Examples.php

Post Reply