output doesn't stay high


Results 1 to 8 of 8

Threaded View

  1. #3
    Join Date
    Oct 2007
    Posts
    6


    Did you find this post helpful? Yes | No

    Default

    I tried this test:

    TRISIO = %000000
    TimeDelay CON 500

    BlinkLoop:
    GPIO = %111111
    Pause TimeDelay
    GPIO= %000000
    Pause TimeDelay
    Goto BlinkLoop
    End




    Basically, I am only interested in GPIO.0, GPIO.1 & GPIO.2. On 12f629 & 12f675, sometimes the pins will fire up and start working. Sometimes, I have to flip the switch couple times for it to work. However, it works every time on the 12f683.

    This is all on 2 different breadboards with multiple 12f629 and one 12f675 and one 12f683. I don't think all the chips can be defective.

    Also, when the 629 & 675 chips are not working, if I touch the chip or one of the I/O pins, the output would start working (driving an LED). I am very puzzled since I have only used the 12f683, but decided to buy cheaper 12f629 models since I don't need all the extra feature.


    any more hints? Thanks.
    Last edited by dfort; - 5th November 2007 at 17:26.

Similar Threads

  1. RS485 bus - starting probem
    By wurm in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 27th January 2010, 13:35
  2. SERIN MIDI out of Synch?
    By jncortes in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 9th June 2009, 20:08
  3. Old and beyond help ?
    By DavidFMarks in forum mel PIC BASIC Pro
    Replies: 46
    Last Post: - 11th December 2008, 15:23
  4. Serious Serial Situation Setbacks...
    By Dansdog in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 7th February 2007, 03:46
  5. sample code for M25P32
    By Pedro Santos in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 9th January 2007, 02:37

Members who have read this thread : 1

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