Author |
Message |
Topic: 16F18324 EEPROM verification error with programming |
samjith
Replies: 17
Views: 39110
|
Forum: General CCS C Discussion Posted: Thu Jan 26, 2017 10:53 am Subject: HW/FW Revisions on ICD-U80 |
quick update after updating the versions to most recent.
Using ICD-U80 FW 3.20 HW Rev1 SW 5.037
Now after updating to this version. Data EE verification passes after checking Program Memory in c ... |
Topic: 16F18324 EEPROM verification error with programming |
samjith
Replies: 17
Views: 39110
|
Forum: General CCS C Discussion Posted: Thu Jan 26, 2017 10:03 am Subject: HW/FW Revisions on ICD |
Currently I am testing this issue using 2 ICD's: ICD-U64 and the recent one ICD-U80
ICD-U64: FW 2.93 HW Rev1 SW 5.036 - with this version the following things works fine:
1. If you select Data ... |
Topic: 16F18324 EEPROM verification error with programming |
samjith
Replies: 17
Views: 39110
|
Forum: General CCS C Discussion Posted: Thu Jan 26, 2017 9:23 am Subject: Similar issue with PIC18F4620 |
Using an example program from CCS (EX_INTEE). The program uses #ROM directive to use the internal EEPROM.
Using CCS LOAD v5.036 and compiler version PCH v5.061
I am getting verification errors f ... |
Topic: PIC18F bootloader resets internal eeprom to 0xFF |
samjith
Replies: 5
Views: 17275
|
Forum: General CCS C Discussion Posted: Thu Aug 25, 2016 7:02 am Subject: PIC18F bootloader resets internal eeprom to 0xFF |
Thanks for your response both.
I agree with the logistics on that.
I tried this sequence and it worked as expected:
1. CCS Device Programmer to flash the bootloader, make sure to uncheck the Data ... |
Topic: PIC18F bootloader resets internal eeprom to 0xFF |
samjith
Replies: 5
Views: 17275
|
Forum: General CCS C Discussion Posted: Wed Aug 24, 2016 1:21 pm Subject: PIC18F bootloader resets internal eeprom to 0xFF |
Thanks for your response,
I tried unchecking the Data EEPROM operation under settings tab in CCS Device Programmer but I see the same results:
The lines #rom int 0xf00000={1,2,3,4} in the applicat ... |
Topic: PIC18F bootloader resets internal eeprom to 0xFF |
samjith
Replies: 5
Views: 17275
|
Forum: General CCS C Discussion Posted: Wed Aug 24, 2016 7:18 am Subject: PIC18F bootloader resets internal eeprom to 0xFF |
I am trying to use bootloader in my project and facing some issues with the internal eeprom. internal eeprom gets corrupted if I use bootloader but I don't see this issue without the bootloader. This ... |
|