Dead PICs


Closed Thread
Results 1 to 17 of 17

Thread: Dead PICs

Hybrid View

  1. #1
    Join Date
    Oct 2003
    Location
    Australia
    Posts
    257


    Did you find this post helpful? Yes | No

    Default

    Hi CC,

    When your Chip dies, does it smoke, get hot or explode?

    What does the 5V, 12V look like when there is no chip plugged in? What do they look like when the chip is in? (ie do either get dragged low from the dead chip?)

    Have you checked your wiring, pcb for shorts. Double check that the VSS and VDD are connected to the right pins!

    Take out all your electrolytics - it's possible that one of them is failing (shorting) when there is a voltage across them. Is one of them back to front?

    I don't think that the floating inputs are going to kill your chip.. Its good practice to tie them to vss, or vdd when not used. I always just link them to ground and in my code set the tris registers to high (ie high impedance).

    Oh if your not using the MCLR pin, just set the config fuse to off ie MCLR OFF.

    Cheers
    Squib
    Last edited by Squibcakes; - 15th August 2007 at 10:34. Reason: More tips

  2. #2


    Did you find this post helpful? Yes | No

    Default

    I think I may have traced the pass to my problem. I think what's been happening is that I have a header that I use to test the boards that is powered all the time. I think I'm applying 24V AC to the board with no ground and then grounding pin PORTB.7 then applying the ground to the chip. I have installed a resistor in the PORTB.7 line and have not seen the problem since then. I will keep checking though but so far so good.

  3. #3


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Squibcakes View Post
    Hi CC,

    When your Chip dies, does it smoke, get hot or explode?

    What does the 5V, 12V look like when there is no chip plugged in? What do they look like when the chip is in? (ie do either get dragged low from the dead chip?)

    Have you checked your wiring, pcb for shorts. Double check that the VSS and VDD are connected to the right pins!

    Take out all your electrolytics - it's possible that one of them is failing (shorting) when there is a voltage across them. Is one of them back to front?

    I don't think that the floating inputs are going to kill your chip.. Its good practice to tie them to vss, or vdd when not used. I always just link them to ground and in my code set the tris registers to high (ie high impedance).

    Oh if your not using the MCLR pin, just set the config fuse to off ie MCLR OFF.

    Cheers
    Squib
    No explosion or anything exciting like that unfortunately, lol. The PIC does get hot though after it fails as do the regulators.

    Typical if it powers up and everything works right the regulators volts I don't think even moves when the PIC is in the circuit or not. When the dead PIC is there the 5V drops to around 4.4V or something as I recall.

    What I ended up doing since I noticed I forgot to tie the unused pins somewhere is I made them and output and but them high so they weren't floating.

    The MCLR line is set to input mode as I didn't see the sense in putting in another resistor just for that pin.

Similar Threads

  1. Communicating between two PICs over DC bus
    By elec_mech in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 7th May 2009, 12:57
  2. connect two pics
    By soki in forum mel PIC BASIC Pro
    Replies: 28
    Last Post: - 23rd September 2008, 06:29
  3. Retrieving infos from multiple PICs on a bus/chain
    By flotulopex in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 15th October 2007, 04:42
  4. Programming Pins of PICs?
    By Kamikaze47 in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 15th August 2007, 18:59
  5. Self Destructing pics? Copy protection
    By Rob Martin in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 22nd March 2004, 09:39

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts