If anyone has still an older installation of MPLAB (say 8.5x) I'd like a copy of the P16F1827.inc file.
I suspect that Microchip has changed the file without warning.
I had a configuration line working just fine like this:
#config
__config _CONFIG1, _FOSC_INTOSC & _WDTE_OFF & _PWRTE_ON & _MCLRE_ON & _CP_ON & _CPD_OFF & _BOREN_ON & _CLKOUTEN_OFF & _IESO_OFF & _FCMEN_OFF
__config _CONFIG2, _WRT_OFF & _PLLEN_ON & _LVP_OFF & _STVREN_OFF & _BORV_25
#endconfig
But a few days ago, I updated to MPLAB 8.91 and the red part does not compile. Just because there is no reference in the *.inc file now.
Just curious about it.
Ioannis
Bookmarks