Thanks Darrel.
Shall I change all my codes or simply go back to a 32 bits system?
Just demotivating...
Thanks Darrel.
Shall I change all my codes or simply go back to a 32 bits system?
Just demotivating...
Roger
Well then...
I tried following code that still generates errors:And here's the error list:Code:@ __config _FCMEN_OFF & _IESO_OFF & _BOD_OFF & _CPD_OFF & _PROTECT_OFF & _MCLR_OFF & _PWRT_OFF & _WDT_OFF & _XT_OSC
Any ideas what I'm doing wrong or missing?
Last edited by flotulopex; - 17th July 2011 at 21:06.
Roger
Actually, I noticed the syntax change in my PIC's INC file so I corrected as follow:Nevertheless, I still get an error message:Code:@ __config _FCMEN_OFF & _IESO_OFF & _BOR_OFF & _CPD_OFF & _CP_OFF & _MCLRE_OFF & _PWRTE_OFF & _WDT_OFF & _XT_OSC
![]()
Roger
You need to comment the default __CONFIG in the 16F690.inc in your PBP folder.
Use a semicolon.
DT
Thanks Darrel,
It works fine now ;-)
Roger
Bookmarks