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...
What everyone else says, plus:
Declare a ground star point and make all grounds radiate from that point - no daisy chains.
You should be able to trace ground noise origin with a scope....
Charles Leo taught me to list every single CONFIG item in the header on every program. There is a document included with the PBP package that lists all the CONFIGs and what the options are for every...
Re: Cannot compile 16F15345
What jumps out for me is you say you are using a 16 MHz external oscillator, yet in your CONFIG statement you list:
mpgmike Today, 15:51_FEXTOSC_OFF & _RSTOSC_HFINT32
Your CONFIG should have _FEXTOSC_EHC &...