Does Timer works in FlowCode?

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

Moderators: Benj, Mods

Post Reply
oliveragius
Posts: 1
Joined: Sun Mar 05, 2006 5:31 pm
Contact:

Does Timer works in FlowCode?

Post by oliveragius »

I am trying to use the flow code using the 16C773 PIC, but the timer seems that does not work. In the simulation everything is ok but in actual burning of PIC it does not work. What can I do to time my sequence.
Thanks
Oliver from Malta

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

Post by Steve »

Hi Oliver,

Do you mean an internal timer peripheral (such as the TMR0 interrupt) or the timing of commands in general (e.g. the "delay" icon does not produce the correct delay time)?

If it is the latter, please make sure the "clock speed" setting in your FlowCode program is the same as the oscillator circuitry of your board.

If you're still having problems, please email a simple program that shows this issue to our technical support email and say what you expect it to do and what it actually does. Unfortunately we do not have any 16C773 chips here, so we will not be able to actually see the results of your program.

Our support email is:

support@matrixmultimedia.co.uk

Post Reply