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...
I have read this thread several times and looked at the datasheet several time as well. I am having problems with code that has worked fine in the past and suddenly I can not make GPIO.0 and GPIO.3...
Re: GOTO vs RETURN after a GOSUB
If you want to be a cowboy for some reason you could have used GOTO instead of GOSUB.
Art Today, 15:16Then you could GOTO back as well (instead of RETURN).
The difference between GOTO and GOSUB is that GOSUB...