The 16f88 has a single FSR register. The PIC16F1827 has FSR0 and FSR1 registers.
The 16f88 has a single FSR register. The PIC16F1827 has FSR0 and FSR1 registers.
Okay.
As an experiment, I commented out everything having to do with the interrupts: Both "includes", the associated ASM block, and both the enable and disable commands ('@').
It now compiles with no errors.
It won't run, of course, because I need the INT_INT.
Darrel, can you chime in on this one, please?
Russ
N0EVC, xWB6ONT, xWN6ONT
"Easy to use" is easy to say.
Russ,
Are you using DT_INTS-14 version 1.0?
http://www.darreltaylor.com/DT_INTS-14/intro2.html
File is at the bottom of the page.
It was updated for the 16F1 chips, and adds many INT sources.
<br>
DT
Yeah ... sorry.
I haven't updated the main page yet, because I've received ZERO feedback from the people that I know downloaded it.
I could assume that means it worked for them, or they would have complained.
But until I get some idea if there's problems, I don't want that to be the file everyone downloads their first time.
Love to know how you get along with it.
Thanks,
DT
If my "blinky" is any indication, it works fine for INT_INT, which is the only one I'm using at the moment. I also tested it (INT_INT) in the full program, and it is working, both on the output and driving a "heartbeat" indicator at the same time. (It's a zero-crossing detector.)
The rest of the program is problematic. As I mentioned, it worked on the 16F88, but only one channel works correctly on the 16F1827. I have to assume I have overlooked something in terms of managing and/or definining pins/ports, since each channel's code is identical.
I may be yelling for help yet this evening.
Russ
N0EVC, xWB6ONT, xWN6ONT
"Easy to use" is easy to say.
post deleted
wrong treed
i fond problem,
my wrong file name save
Last edited by ShoKre; - 13th January 2014 at 09:13.
Bookmarks