Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[PIC] What happened to my PIC?

Status
Not open for further replies.

gusts

Junior Member level 2
Joined
Mar 18, 2012
Messages
23
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Latvia, Riga, Baldone
Activity points
1,456
Hello all!

I just made a mistake by configuring RB0/INT as output (PIC16F84A) and applied +5 V to this pin? Could it be true that the whole microcontroller was damaged? Now I am unable to execute the most simple program (setting all pins to output +5 (V)).

Thanks and best regards
gusts
 

Check the datasheet, if your PIC supports up to 5V or 5.5V, I'm guessing it has not damaged. Try some simpler program like lighting a LED. Check whether you have provide 5V via a resistor to the first pin, oscillator with caps, Vdd - 5V and Vss - 0V.
 
  • Like
Reactions: gusts

    gusts

    Points: 2
    Helpful Answer Positive Rating
Hello all!

I just made a mistake by configuring RB0/INT as output (PIC16F84A) and applied +5 V to this pin? Could it be true that the whole microcontroller was damaged? Now I am unable to execute the most simple program (setting all pins to output +5 (V)).

Thanks and best regards
gusts


Hi,

Its always 50/50 if you have damaged the port RB0 , the whole Chip or nothing at all.

If your program does not seem to work, try putting the chip in your programer and see it you can Read the program out of it.
If so, reprogram the chip with a simple test program to flash every pin on and off for a second or two and then check each pin with a led and resistor or your test meter.
 
  • Like
Reactions: gusts

    gusts

    Points: 2
    Helpful Answer Positive Rating
Thanks to all!
I bought new PIC16F84A but it turned out there was nothing wrong with the previous one. Could it be true indeed that all I had to do was pulling /MCLR pin to Vdd through R?
Best regards
gusts
 

Thanks to all!
I bought new PIC16F84A but it turned out there was nothing wrong with the previous one. Could it be true indeed that all I had to do was pulling /MCLR pin to Vdd through R?
Best regards
gusts

Hi,

Many of the older 16F chips like the 84A will only work if pin1 / Mclre is pulled up to +5v , either by a direct wire or something like a 10k resistor.

With a Pull up resistor fitted, if you add a switch from Pin1 to 0v then that will act as a hardware Reset switch that starts you program off from the beginning again.
 
  • Like
Reactions: gusts

    gusts

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top