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.
Timer 1 & Timer 2 interrupts in PIC16F877A
-
- 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
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
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