View Single Post
Old 03-07-2015, 03:44 PM   #1754 (permalink)
thingstodo
Master EcoModder
 
Join Date: Sep 2010
Location: Saskatoon, canada
Posts: 1,488

Ford Prefect - '18 Ford F150 XLT XTR

Tess - '22 Tesla Y LR
Thanks: 749
Thanked 565 Times in 447 Posts
Because it was easier, I used the extension cable on the ICSP to load the hex file in. I don't think the programmer is the problem. There are no errors logged .. which I would expect if there were a problem. The verify appears to be looking at a much wider address space than the program?

This is still with MPLAB X (actually, MPLAB IPE version 2.30 is what loads the hex file and send it to the board via PICkit 3)

The log shows the same error on verify, at the same memory location (not sure what that memory is used for, but it's not in program space)

38,400 baud, no parity, 8 data bits, 1 stop bit - no response on serial. I built a new serial cable. No continuity between the pins on the 3 pin header - so no short circuits with solder or anything else.

Log is below. Looks very close to the last log.

Moving to step 2 - install MPLAB 8.83


************************************************** ***

Connecting to MPLAB PICkit 3...
Firmware Suite Version.....01.32.09 *
Firmware type..............dsPIC30F

Target voltage detected
Target device dsPIC30F4011 found.
Device ID Revision = 1004
2015-03-07T14:30:59-0600- Erasing...

Erasing...
Erase successful
2015-03-07T14:31:02-0600- Erase device complete

2015-03-07T14:31:05-0600- Blank checking...

Blank Checking...
Blank check complete, device is blank.
2015-03-07T14:31:14-0600- Device is blank

2015-03-07T14:31:22-0600- Programming...

The following memory area(s) will be programmed:
program memory: start address = 0x0, end address = 0x2dff
configuration memory

Device Erased...

Programming...
Programming/Verify complete
2015-03-07T14:31:32-0600- Programming complete
Pass Count: 3

2015-03-07T14:35:27-0600- Verifying...

Verifying...
User Id Memory
Address: 8005c2 Expected Value: ffff Received Value: ffffff
Verify failed
2015-03-07T14:35:40-0600- Verify failed

Target removed

PICkit 3 removed

************************************************** ***
  Reply With Quote