Didn't quite work, Now it's my turn to be the noob asking all the questions, I'll try to make this quick.
I accidentally reversed the wiring the first time I tryed to program, Is my PIC likely fryed? Instead of:
- Code: Select all
ICSP DB9
1 ----
2 ----
3 ---- 5
4 ---- 4 - 8
5 ---- 7
6 ---- 3
I had
- Code: Select all
ICSP DB9
1 ----
2 ----
3 ---- 1
4 ---- 2 - 7
5 ---- 8
6 ---- 3
I obviously got the message "ERROR: Programming FAILED" after the attempt with the incorrect wiring.
Now I also get the same message with the correct wiring. I'm following the programming method outlined in the documentation.
I've hit 'Device->Erase' in Winpic.
I'm not sure If that is supposed to wipe the PIC blank, but 'Device->Blank Check' returns that the device is not blank.
Here is the message I get from Winpic after my latest attempt.
- Code: Select all
Programming...
Erasing ("bulk" or "chip") ...
Programming CODE, 0x000000..0x001862
Verifying CODE, 0x000000..0x001862
Verifying 0x000000..0x001862
Verify Error: 000004: read 000000, wanted 00FFFF, mask 00FFFF ==> diff=00FFFF
Verify Error: 000006: read 000000, wanted 00FFFF, mask 00FFFF ==> diff=00FFFF
Programming CONFIG, 0x300000..0x30000C
Verifying CONFIG, 0x300000..0x30000C
Verifying 0x300000..0x30000C
Verify Error: 300004: read 008000, wanted 0080FF, mask 00FFFF ==> diff=0000FF
Verify Error: 300006: read 000085, wanted 00FF85, mask 00FFFF ==> diff=00FF00
ERROR: Programming FAILED !
Info:
I'm using Synthex's All-in-one V2.8 Board
PIC is the only IC attached,
I have checked soldering on the board and have no reason to think anything isn't connected properly
I'm using WinPIc, have USB connected, as described in
documentationthanks, any help is greatly appreciated.