Programming Problem with PIC16F819


Closed Thread
Results 1 to 13 of 13

Hybrid View

  1. #1


    Did you find this post helpful? Yes | No

    Default

    Programmer fixed with the following changes as suggested by Microchip support:
    1. Upgrade PICkit 2 programmer software to v2.40
    2. Under "Tools" set "Use Vpp First Program Entry"
    3. Set Vdd PICkit2 "ON"
    4. Set voltage to 5.0

    Richard

  2. #2
    Join Date
    Jun 2007
    Posts
    26


    Did you find this post helpful? Yes | No

    Default same problem

    I have the same prob.

    But his solution dosn't work for me. heres my inc file for this device

    NOLIST
    ifdef PM_USED
    LIST
    "Error: PM does not support this device. Use MPASM."
    NOLIST
    else
    LIST
    LIST p = 18F4682, r = dec, w = -311, w = -230, f = inhx32
    INCLUDE "P18F4682.INC" ; MPASM Header
    __CONFIG _CONFIG1H, _OSC_ECIO_1H ;_OSC_XT_1H
    __CONFIG _CONFIG2H, _WDT_ON_2H & _WDTPS_512_2H
    __CONFIG _CONFIG3H, _MCLRE_ON_3H & _PBADEN_OFF_3H
    __CONFIG _CONFIG4L, _XINST_OFF_4L & _LVP_OFF_4L
    NOLIST
    endif
    LIST
    EEPROM_START EQU 0F00000h
    BLOCK_SIZE EQU 64


    I even tried external +v5 with the pickit 2

    I have updated both firmware and software. i just got this programmer a week ago and have only tried it with a few chips. it seemed to work fine with those, but with a 18f4682 its a no go. keeps saying verification of configuration bits failed.

    any ideas ???

Similar Threads

  1. Programming Problem PIC12F683
    By StoneColdFuzzy in forum mel PIC BASIC Pro
    Replies: 13
    Last Post: - 2nd June 2009, 21:39
  2. 16F676 programming problem
    By Christopher4187 in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 18th May 2009, 17:39
  3. PIC18F4620 Programming problem
    By JavPar in forum mel PIC BASIC Pro
    Replies: 15
    Last Post: - 6th December 2008, 04:21
  4. RFID medicine teller!! problem with programming
    By sknee8787 in forum mel PIC BASIC Pro
    Replies: 22
    Last Post: - 18th November 2008, 17:31
  5. Problem programming the PIC16F648A
    By Edgardo_2 in forum General
    Replies: 2
    Last Post: - 29th December 2006, 00:02

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