Hello all!! I am new to this stuff so bear with me. I just got a PRG-017 USB PIC programmer to reprogram a 16f685. I have the chip inserted as the software recommended. When I try to do anything the software says... "The programmer does not recognise the [16F685] processor Continue anyway?"
I don't know where to begin.
The pin one of my pic is towards the handle of the ZIF and there is one set of pins open at the bottom of the ZIF.
When 16f685 is selected, the USB-PIC software shows a 14 pin PIC with pin 1 at pin 13 of ZIF.
The software suppored 14 pin package 16F685. For the 20 pins chips, you need to select 16F685-I from software, and connect those ICSP 5 pins to your programmer.
Try another way, add following code into CHIPINFO.cid file.
Restart software and select 16F685-2 from software. The software will show a 18 pin chip. Place your 20 pin chip in the ZIF same position as 18 pin chip. Chip pin 1 in the programmer ZIF slot pin #2.
LIST 9 is exactly the same on the original definition for 16F685. I even copied and pasted the LIST 9 from that entry and tried again... ...same error message. -e
Thanks for the reply! I changed socket image to SocketImage=18pin and the software shows the chip inserted in pin 2 of the ZIF. I still get this error...
"The programmer does not recognise the [16F685] processor Continue anyway?"
When I read the data displays all zeros. I tried to place the chip in pin 1, same result.
Could I use the ICSP headers and connect directly to the chip and if so which pins on the header correspond to the pins on the chip?
I have found a datasheet that suggests pin 4 is VPP pin 19 is DAT pin 18 is CLK
And that is all I can identify.
The device this goes in has a 5 pin header with only ground labeled while the programmer has 6 pins so I don't know where to connect there either Thanks! -e