Author |
Message |
Topic: How many times flash PIC before verification errors? |
jfathman
Replies: 14
Views: 20314
|
Forum: General CCS C Discussion Posted: Mon Jul 06, 2015 1:33 pm Subject: How many times flash PIC before verification errors? |
Following up for future readers of this topic --
It turns that I was experiencing a problem with CCSLoad when programming the PIC18F67J60 using LOAD-n-GO.
I reverted from a recent CCSLoad vers ... |
Topic: CCSLoad truncating input Serial Number value |
jfathman
Replies: 4
Views: 13751
|
Forum: General CCS C Discussion Posted: Mon Jul 06, 2015 1:28 pm Subject: CCSLoad truncating input Serial Number value |
Following up for future readers of this topic --
It turns out the correct length was four (no change). I was experiencing a problem with CCSLoad when programming the PIC18F67J60 using LOAD-n-GO.
... |
Topic: How many times flash PIC before verification errors? |
jfathman
Replies: 14
Views: 20314
|
Forum: General CCS C Discussion Posted: Fri Jun 26, 2015 3:35 pm Subject: How many times flash PIC before verification errors? |
Thanks Ttelmah, most helpful. Makes perfect sense. |
Topic: How many times flash PIC before verification errors? |
jfathman
Replies: 14
Views: 20314
|
Forum: General CCS C Discussion Posted: Fri Jun 26, 2015 12:04 pm Subject: How many times flash PIC before verification errors? |
This turns out to be pilot error on my part. I had changed the serial number length used by the CCSLoad utility, and that clobbered the very address 0800 that reported the verification failure. Duel ... |
Topic: How many times flash PIC before verification errors? |
jfathman
Replies: 14
Views: 20314
|
Forum: General CCS C Discussion Posted: Fri Jun 26, 2015 8:02 am Subject: How many times flash PIC before verification errors? |
Thanks, these are all very helpful replies. Great community.
To answer the questions, I am using CCSLoad with LOAD-n-GO, and the verification step fails with:
Verification Results
Program Memo ... |
Topic: How many times flash PIC before verification errors? |
jfathman
Replies: 14
Views: 20314
|
Forum: General CCS C Discussion Posted: Thu Jun 25, 2015 4:57 pm Subject: How many times flash PIC before verification errors? |
I am using CCSLoad and LOAD-n-GO to program a PIC18F67J60.
After reprogramming it less than a dozen times, I am getting verification errors.
In general, how many times should I expect to be able ... |
Topic: CCSLoad truncating input Serial Number value |
jfathman
Replies: 4
Views: 13751
|
Forum: General CCS C Discussion Posted: Thu Jun 25, 2015 12:39 pm Subject: CCSLoad truncating input Serial Number value |
Thanks, I think you are right. I changed the length from 4 to 5 and it picked up my input string without truncation. I thought the length 4 was the binary in-memory length, not the input string limi ... |
Topic: CCSLoad truncating input Serial Number value |
jfathman
Replies: 4
Views: 13751
|
Forum: General CCS C Discussion Posted: Thu Jun 25, 2015 9:48 am Subject: CCSLoad truncating input Serial Number value |
I am using CCSLoad 5.018, with Serial Number enabled, using the "Prompt user for serial number" option, to save a Binary of length 4 bytes to address 0007FC to 0007FF.
When prompted, I en ... |
|