Thank you Bruce, very kind of you. Simple thing if you know it!
Al.
Thank you Bruce, very kind of you. Simple thing if you know it!
Al.
All progress began with an idea
Now my pic16F88.inc INTCON Bits section is as below, but not success in compiling. Still the same error# but changed definition. Now: "Symbol not priously defined (T0IE)"
Still, commenting out TMR0_INT error disappear.Code:;----- INTCON Bits -------------------------------------------------------- GIE EQU H'0007' PEIE EQU H'0006' TMR0IE EQU H'0005' INTE EQU H'0004' RBIE EQU H'0003' TMR0IF EQU H'0002' T0IF EQU H'0002' INTF EQU H'0001' RBIF EQU H'0000'
Al.
Last edited by aratti; - 24th October 2009 at 16:40.
All progress began with an idea
Just add it & save it.
Code:;----- INTCON Bits -------------------------------------------------------- GIE EQU H'0007' PEIE EQU H'0006' T0IE EQU H'0005' ; <---- same as below without the MR TMR0IE EQU H'0005' INTE EQU H'0004' RBIE EQU H'0003' T0IF EQU H'0002' TMR0IF EQU H'0002' INTF EQU H'0001' RBIF EQU H'0000'
Thank you again Bruce, this additional line fixed the problem!
Al.
All progress began with an idea
Sorry for the late entry, but I have the same issue and I am not familiar with where the .inc file you guys are editing is located. Can you assist me?
I scanned my PC and found it. Made the change as recommended above, all errors were fixed. Thanks guys...
Last edited by ronbowalker; - 17th December 2009 at 21:33. Reason: Updated info...
Bookmarks