PIC programs, resonator resonates, but does not run code.


Results 1 to 10 of 10

Threaded View

  1. #6
    Join Date
    Aug 2008
    Location
    Portugal
    Posts
    240


    Did you find this post helpful? Yes | No

    Default Re: PIC programs, resonator resonates, but does not run code.

    Try this please;

    Code:
    loop1:
    LATB.2 = 1
    pause 100
    LATB.2 = 0
    PAUSE 100
    goto loop1
    Also check if MCLR is connected to VCC. I don't see the configuration bits of your code!
    Last edited by gadelhas; - 8th August 2012 at 22:32.
    Thanks and Regards;
    Gadelhas

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