Using PBPro, 16F877 compiles, programs and runs fine, the LED bar blinks at the proper rate. If I reset MCLR, the LEDs blink at proper speed.
But if I disconnect the X1 power and reconnect the LEDs blinks at turbo speed. I reset MCLR and it does the same thing.
Has anyone had something similar to this? It's as if it loses the oscillation.
DEFINE OSC 4 ' Set oscillator speed
TRISD = 0 ' PORTD to all output
loop: PORTD = %00000000
pause 200
PORTD = %11111111
pause 200
Goto loop ' Do it forever
END ' Terminate processing
PIC BASIC Pro v2.46a
Microcode Studio Plus v3.0.0.5
MeLabs USB Programmer v4.24 using default configurations switches
Lab X1 using all default jumpers running at 4 MHz
I've been out of the loop for a while, so please bear with me if this is something real stupid.