12C671 - GP3 problem


Closed Thread
Results 1 to 37 of 37

Hybrid View

  1. #1


    Did you find this post helpful? Yes | No

    Question

    I tried one method in which I gave continues supply to the PIC for 5v. All pins work fine as expected (Active Low).
    The problem of GP3 only strikes when circuit gets power only when button is pressed and pin is made low.
    ___________________
    WHY things get boring when they work just fine?

  2. #2
    malc-c's Avatar
    malc-c Guest


    Did you find this post helpful? Yes | No

    Default

    Not sure about the 12C chip, but on 12F series GPIO3 is the MCLR pin and what could be happening is by grounding this you are resetting the PIC - there is a way of disabling the reset function on the 12F series, so you might need to do the same on the 12C chip

  3. #3


    Did you find this post helpful? Yes | No

    Question

    Quote Originally Posted by malc-c View Post
    Not sure about the 12C chip, but on 12F series GPIO3 is the MCLR pin and what could be happening is by grounding this you are resetting the PIC - there is a way of disabling the reset function on the 12F series, so you might need to do the same on the 12C chip
    Hi, I already have disabled the MCLR - (in Config). I also mentioned in the post above that PIC works fine when 5V supply is continues. Thanks
    ___________________
    WHY things get boring when they work just fine?

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


    Did you find this post helpful? Yes | No

    Default

    PIC works fine when 5V supply is continues.
    What exactly do you mean?
    Dave
    Always wear safety glasses while programming.

  5. #5


    Did you find this post helpful? Yes | No

    Question

    When I put 5V continues supply i.e. system already gets +ve & -Ve 5V and does not depend on button press for -Ve. Then lowering GP3 does result in serout data.

    In other words, pic gets its 5V continues and all pins pulled high with 10K. Lowering any pin results in serout data.
    ___________________
    WHY things get boring when they work just fine?

  6. #6
    malc-c's Avatar
    malc-c Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by financecatalyst View Post
    i.e. system already gets +ve & -Ve 5V and does not depend on button press for -Ve.
    Are you applying 10V across the supply pins ? - I thought most pics will only work on 5V (ie +5v and 0V supply lines)

  7. #7


    Did you find this post helpful? Yes | No

    Default

    No, it is 5V only. i.e. +5V & 0V.
    ___________________
    WHY things get boring when they work just fine?

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