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
![]()
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