DEBUGIN works better on higher baudrate on Slower Speed OSC. Check your manual about that. Syntax is a bit different as well.
Instant-Interrupt
http://darreltaylor.com/DT_INTS-14/intro.html
DEBUGIN works better on higher baudrate on Slower Speed OSC. Check your manual about that. Syntax is a bit different as well.
Instant-Interrupt
http://darreltaylor.com/DT_INTS-14/intro.html
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Before posting posting to this forum I tried "DT_INTS-14" but I got some compailing errors, any idea how to fix them?
Code:wsave3 position request 416 beyond RAM_END 95 wsave2 position request 288 beyond RAM_END 95 wsave1 position request 160 beyond RAM_END 95 Unable to fit variable RS2_Save
open DT_INTS-14.bas file, there you'll find
So, just modify it as requestedCode:' --- IF any of these three lines cause an error ?? ---------------------------- ' Comment them out to fix the problem ---- ' -- It depends on which Chip you are using, as to which variables are needed -- wsave1 var byte $A0 SYSTEM ' location for W if in bank1 wsave2 var byte $120 SYSTEM ' location for W if in bank2 wsave3 var byte $1A0 SYSTEM ' location for W if in bank3
Code:' --- IF any of these three lines cause an error ?? ---------------------------- ' Comment them out to fix the problem ---- ' -- It depends on which Chip you are using, as to which variables are needed -- ;wsave1 var byte $A0 SYSTEM ' location for W if in bank1 ;wsave2 var byte $120 SYSTEM ' location for W if in bank2 ;wsave3 var byte $1A0 SYSTEM ' location for W if in bank3
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
So I did and now there's only one error left...
Code:Unable to fit variable RS2_Save
well, seems we hit one of the limitation of the low-end PIC. In this case, asm INT and home made serial routine would work. 12F683 would provide better range.
Let's see what Darrel would suggest...
Last edited by mister_e; - 4th February 2009 at 23:52.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
I suppose that the only way to write the serial routine is to code it in asm.
Damn me for choosing this somewhat limited pic![]()
12f683 is 8 pin device and has twice the flash memory available.
If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
.
Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
.
There simply is no "Happy Spam" If you do it you will disappear from this forum.
Bookmarks