View previous topic :: View next topic |
Author |
Message |
Chen Guest
|
ICD0161: (CMemory::Verify) Verify failed (MemType = Program, |
Posted: Mon Mar 24, 2003 10:20 am |
|
|
It is really frustrating.
I have a program for PIC18F8620. Everything programs fine. I simply add one declaration:
int8 temp8;
and the ICD2 will give the error message of
ICD0161: (CMemory::Verify) Verify failed (MemType = Program, Address = 0x7972, Expected Val = 0xFFFF, Val Read = 0xFFFE)
Any idea?
Thanks!
___________________________
This message was ported from CCS's old forum
Original Post ID: 13008 |
|
|
Chen Guest
|
More... |
Posted: Mon Mar 24, 2003 10:33 am |
|
|
1) I tried the same board on another PC, and it worked there.
2) Swap the two ICD2 I have, doesn't make any difference
3) Notice extra message after compiling with CCS:
ICD0157: (CICDAPI::ValidateAccessRequest) Access type and mode not allowed for this memory (Mem = Data) (Mode = ICSP) (Type = Read)
ICD0151: (CMediator::Synch) Failed to sync memory (MT = Data) (Dir = 0x0)
4) Once it had trouble, it will continue have trouble for a few time, even removing the line I added
___________________________
This message was ported from CCS's old forum
Original Post ID: 13009 |
|
|
Chen Guest
|
Problem solved... |
Posted: Mon Mar 24, 2003 2:51 pm |
|
|
The problem is in MPLB ICD2: Ground loop in the system
___________________________
This message was ported from CCS's old forum
Original Post ID: 13026 |
|
|
Guest Guest
|
Re: ICD0161: (CMemory::Verify) Verify failed (MemType = Prog |
Posted: Wed Mar 29, 2006 1:37 am |
|
|
I'm getting this problem as well
Do you really think it is just the PC???
Where did you get the information on the ground loop?? |
|
|
|