microcontroller Seemingly unstable basic PIC18F2550 circuit


Posted on Feb 5, 2014

The LED blinks as intended, then stops for an arbitrary time, flashes again a different number of times, off again etc. There doesn`t seem to be any cyclic behaviour to it. It starts working without any external input (i. e. nudging it) so doesn`t seem like a loose connection either. I realise the second Vss pin isn`t grounded in the schematic, but this didn`t help the circuit either when I tried it. Could it be because


microcontroller Seemingly unstable basic PIC18F2550 circuit
Click here to download the full size of the above Circuit.

Vusb isn`t grounded I would have thought this would only affect USB operation. #include #include #include #include #pragma config FOSC = INTOSCIO_EC #pragma config WDT = OFF void main() { TRISAbits. TRISA1 = 0; // Set RA1 as output LATAbits. LATA1 = 1; // Set RA1 as HIGH while (1) { LATAbits. LATA1 = ~LATAbits. LATA1; // Toggle LED pin Delay10KTCYx(25); // Delay } }




Leave Comment

characters left:

New Circuits

.

 


Popular Circuits

IR remote control for PC
Ultra-precise long time delay relay
Rf-wideband-adjustable-agc-amplifier
octopus curve tracer
stk415 090e 2x50 watt stereo
most common emergency sirens circuits
Secure lock circuit (CD4017) schematic
Keyboard - Display Interface Circuit



Top