Mystery instability of 16f628a


Results 1 to 19 of 19

Threaded View

  1. #5
    Join Date
    Dec 2009
    Posts
    21


    Did you find this post helpful? Yes | No

    Default Re: Mystery instability of 16f628a

    I do not believe this ! After a spot of tinkering and adding to the circuit this am it has suddenly gone unstable again (It only operates when finger approaches or touches PIC) stripped circuit down to basic (schematic attached) and it still doesn't work. By the time i have finished it would be quicker to build the thing with valves (tubes) I used to understand them ! The code is as follows:
    [@ device pic16f628a,INTRC_OSC_NOCLKOUT
    define osc 4
    begin:
    low porta.0 ' Turn LED on
    PAUSE 500 ' Wait 500mS (1/2 second)
    high porta.0 ' Turn LED off
    PAUSE 500 ' Wait 500mS (1/2 second)
    GOTO BEGIN ' Loop continuously
    end
    Attached Images Attached Images  

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