View previous topic :: View next topic |
Author |
Message |
nasbyc
Joined: 27 Apr 2009 Posts: 50
|
verification error |
Posted: Tue Mar 20, 2012 9:32 am |
|
|
hi
I'm using pic16f88 and programmed its using icsp. Before this all code are working well. Then I test it when to write into chip, a verification error message occurs. Does the error occur besause of the fuses ?
The fuses that I use are
Code: |
#fuses hs,nowdt,noprotect,nolvp |
|
|
|
ckielstra
Joined: 18 Mar 2004 Posts: 3680 Location: The Netherlands
|
|
Posted: Tue Mar 20, 2012 2:32 pm |
|
|
Nothing wrong with your fuses.
But I don't understand your question fully. First you programmed the chip using ICSP and that was working. But then I'm loosing you: "Then I test it when to write into chip". How do you mean? Are you then writing the data to the chip in another way?
You can still program the chip using ICSP? Or is this failing now too?
Which hardware programmer tool are you using?
What is the software version of that tool?
What is the exact error message you are getting? |
|
|
nasbyc
Joined: 27 Apr 2009 Posts: 50
|
|
Posted: Tue Mar 20, 2012 2:39 pm |
|
|
I have programmed a lot of chip using icsp before using icd-u64. It was just yesterday when i try to load my program (which already worked earlier) into the chip, the error message occur. By using ccsload software, it successfully load the program, and detect the pic but an error occurs when try to write the chip. It display verification error.
I also encounter another problem when I try to compile. Error display list index out of bound (49). |
|
|
nasbyc
Joined: 27 Apr 2009 Posts: 50
|
|
Posted: Thu Mar 22, 2012 10:05 am |
|
|
problem solved. doesnt know what exactly the problem, error might cause by hardware and software updates. I changed my pic and all my previous prog had to be save in other name to be compiled successfully |
|
|
|