Mystery instability of 16f628a


Closed Thread
Results 1 to 19 of 19

Hybrid View

  1. #1
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default Re: Mystery instability of 16f628a

    I am programming in circuit with PicKit 2 which has suddenly decided to stop the circuit working if I disconnect it.
    Sounds like a MCLR issue. Try _MCLRE_OFF
    in your configs.
    Dave
    Always wear safety glasses while programming.

  2. #2
    Join Date
    Dec 2006
    Location
    Brasil, Sao Paulo, Campinas
    Posts
    54


    Did you find this post helpful? Yes | No

    Lightbulb Re: Mystery instability of 16f628a

    Put a 100nF capacitor near pins 5 and 14 (gnd and vcc) !
    Its solve my mistery problems in the pass.

    Good luck
    Pimentel

  3. #3
    Join Date
    Dec 2008
    Location
    New York US
    Posts
    46


    Did you find this post helpful? Yes | No

    Lightbulb Re: Mystery instability of 16f628a

    I had problem with 16f628a
    After repeating to reprogram IC with the same code it start working as has to be.
    Possible disadvantage of 16f628a is some bits of reprogrammed memory do not change their state during programming.
    Hope it helps.
    hardcore

  4. #4
    Join Date
    Oct 2005
    Location
    New Zealand
    Posts
    171


    Did you find this post helpful? Yes | No

    Default Re: Mystery instability of 16f628a

    Hi David,

    I had exactly the same problem as you seem to be having with a project I'm currently working on, also with a PIC16F628a.

    I found the answer to be _LVP_OFF

    What would happen is it defaults to LVP on, each time it would get a signal on the LVP pin, the micro would reset, hope this helps

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