Feeling Noobish with 12F683


Results 1 to 21 of 21

Threaded View

  1. #1

    Exclamation Feeling Noobish with 12F683

    Ok, this is getting to me.

    very simple test program:

    CMCON0=7 '00000111 - comparator pins configured as I/O
    ANSEL=0 'all I/O is digital
    OSCCON=96 'internal 4mhz clock 01100000
    TRISIO=40 '101000

    led var GPIO.4

    CLEAR

    start:

    led=1
    pause 500
    led=0
    pause 500
    goto start
    compiles fine (no duh)

    Using pbp 2.46, the parallel EPIC PLUS programmer, ICSP harness... erases fine, confirmed blank.

    I get a "code programming error at 0000"

    Upon "verify", it shows the following message:

    "Configuration verify error at 0000. 0FFF should be 00F4. Continue verifying?"
    The rest verifies ok if I click YES.

    I have verified that I can program a 16F88 right afterwards, with no issues.

    What the heck ?

    Any suggestions?
    Last edited by picster; - 17th October 2008 at 19:02. Reason: added more details

Similar Threads

  1. 12F683 2 x PWM Outputs
    By retepsnikrep in forum mel PIC BASIC Pro
    Replies: 29
    Last Post: - 23rd July 2021, 20:20
  2. 12F683 - Pin1 not working
    By ruijc in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 8th February 2014, 17:38
  3. 12F683 HPWM Usage
    By MARAD75 in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 15th November 2007, 02:16
  4. 16f677a to 12f683
    By ChrisHelvey in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 25th July 2007, 06:16
  5. upgrade to PBP 2.46 and using 12F683
    By peterdeco1 in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 22nd March 2005, 07:13

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