Can't find anything on forum.

The default config doesn't work, nor any of my attempts to fix it.
Latest IDE, latest PBP Gold 3.1. Current Microchip everything.
This board worked fine with a 18F13K22 but someone insisted we go to 16F15345.
It has a 16Meg external oscillator and needs 4x PLL.

#CONFIG
__config _CONFIG1, _FEXTOSC_OFF & _RSTOSC_HFINT32 & _CLKOUTEN_OFF & _CSWEN_ON & _FCMEN_ON
__config _CONFIG2, _MCLRE_ON & _PWRTE_ON & _LPBOREN_OFF & _BOREN_ON & _BORV_LO & _ZCD_OFF & _PPS1WAY_OFF & _STVREN_ON
__config _CONFIG3, _WDTCPS_WDTCPS_11 & _WDTE_ON & _WDTCWS_WDTCWS_6 & _WDTCCS_HFINTOSC
__config _CONFIG4, _BBSIZE_BB512 & _BBEN_OFF & _SAFEN_OFF & _WRTAPP_OFF & _WRTB_OFF & _WRTC_OFF & _WRTSAF_OFF & _LVP_OFF
__config _CONFIG5, _CP_OFF
#ENDCONFIG

It doesn't like the other type of config, either, returning: (Processor "16F15345" is invalid for CONFIG directive.)

Thanks in anticipation, Ken.

Name:  16F15345.PNG
Views: 416
Size:  14.6 KB