Hi
I get a error file saying that the SYSINTOFFCOUNT not defined in PPASM: Error[113] C:\GCBASIC\16F883 FLASH.ASM 82 : Symbol not previously defined (SYSINTOFFCOUNT)
Please help (I have downloaded Update.zip)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
That's an error in the interrupt handling routines in GCBasic. Some thoughts here on checking for problem:
1) Check the compiled.asm file in GCBasic dir, A clue to the offending code can be found by locating the line which has :?F in it.
2) Double check available interrupts against the chipdata file and possibly the data sheet to see they are correct. Especially if porting code to another device.
3) Check interrupt bit spelling for proper zeroes, ones, and I's. Easy to miss here, done that.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi kent_twt4
Cassie here.
I finally found and un-checked the 'case sensitivity' box in Mplab!
On PortbChange still is not working for the 16F883 although the asm code and .dat file looks fine.
But thanks for your prompt reply and will follow your suggestions :)
P.S. How do you search nowdays in the GBASIC form. My searches leads to stuff in Sourceforce?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This annoyed me, until finally I stumbled upon it by accident:
To search in these forums, do not use the SourceForge search box at the top of the screen, instead hover your mouse cursor over the "Forums" tab and a drop-down list will appear with "Search" the last item.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
I get a error file saying that the SYSINTOFFCOUNT not defined in PPASM: Error[113] C:\GCBASIC\16F883 FLASH.ASM 82 : Symbol not previously defined (SYSINTOFFCOUNT)
Please help (I have downloaded Update.zip)
That's an error in the interrupt handling routines in GCBasic. Some thoughts here on checking for problem:
1) Check the compiled.asm file in GCBasic dir, A clue to the offending code can be found by locating the line which has :?F in it.
2) Double check available interrupts against the chipdata file and possibly the data sheet to see they are correct. Especially if porting code to another device.
3) Check interrupt bit spelling for proper zeroes, ones, and I's. Easy to miss here, done that.
Hi kent_twt4
Cassie here.
I finally found and un-checked the 'case sensitivity' box in Mplab!
On PortbChange still is not working for the 16F883 although the asm code and .dat file looks fine.
But thanks for your prompt reply and will follow your suggestions :)
P.S. How do you search nowdays in the GBASIC form. My searches leads to stuff in Sourceforce?
This annoyed me, until finally I stumbled upon it by accident:
To search in these forums, do not use the SourceForge search box at the top of the screen, instead hover your mouse cursor over the "Forums" tab and a drop-down list will appear with "Search" the last item.