Hi Dave,
i know this chip well now and i can read the data sheet,
Config word naming conventions for each option on each chip are a PBP based , not chip datasheet one , although they relate to each option on the chip
I have yet to find the reference in the manual for each option PBP assigns per option. but if you know of such , please show a link if possible
Debug of bit value of 1 is noted in the data sheet .
The real focus of the question was to find the correct PBP naming of the options listed for the 4 i cannot find for PBP3.
Regards
Sheldon
Code:
#CONFIG
;----- CONFIG1 Options --------------------------------------------------
__config _CONFIG1, _FOSC_INTOSC & _WDTE_OFF & _PWRTE_ON & _MCLRE_OFF & _CP_OFF & _CPD_OFF & _BOREN_ON & _CLKOUTEN_OFF & _IESO_OFF & _FCMEN_OFF
;----- CONFIG2 Options --------------------------------------------------
__config _CONFIG2, _LVP_OFF & _BORV_HI & _STVREN_ON & _PLLEN_ON & _WRT_OFF
#ENDCONFIG
Bookmarks