Timer 1 & Timer 2 interrupts in PIC16F877A

For questions and comments on programming in general. And for any items that don't fit into the forums below.

Moderators: Benj, Mods

Post Reply
engr707
Posts: 1
Joined: Mon Aug 29, 2011 12:23 pm

Timer 1 & Timer 2 interrupts in PIC16F877A

Post by engr707 »

Hello Every one,
I am new to Flowcode V4, right now facing a problem regarding using the interrupts of Timer-1 & Timer-2, in simulation I am unable to invoke these two timer interrupts but tmer-0 interrupts works fine, can any body help me out as I am in the middle of the project.

Thanks.

medelec35
Matrix Staff
Posts: 9521
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times

Re: Timer 1 & Timer 2 interrupts in PIC16F877A

Post by medelec35 »

Timer1 and timer2 do not work in flowcode simulator I'm afraid.
They do work on your hardware.
I have two suggestions.
For testing purposes, then use a macro call to call the timer 1 & 2 macros.
Or
use a simulator that works in real time
Take a look at
http://www.matrixmultimedia.com/mmforum ... 998#p24998
the link to the simulator is a bit further down

Martin
Martin

Post Reply