why are the contents read back from the EEPROM defferent?

7 posts / 0 new
Last post
fight_bt
Offline
Last seen:1 year 2 months ago
加入:2014-08-12 04:42
why are the contents read back from the EEPROM defferent?

hi,guys:
on my project,i use a external EEPROM(part number is GT24C512A) to store the firmware,then the system boots from the EEPROM.when i used a jlink to burn the EEPROM,everything went well,but the content read from the EEPROM are defferent from the selected hex.could you guys help me?thx.

fight_bt
Offline
Last seen:1 year 2 months ago
加入:2014-08-12 04:42
can you tell me how to upload

can you tell me how to upload the pictrues?with some pictures it is easy to discribe the promble.

fight_bt
Offline
Last seen:1 year 2 months ago
加入:2014-08-12 04:42
西班牙可以帮助吗me

西班牙可以帮助吗me?thanks.

JE_Dialog
Offline
Last seen:1 month 4 days ago
Staff
加入:2013-12-05 14:02
Hello fight_bt, someone

Hello fight_bt, someone should have been in touch with you to help solve your issue.

BR JE_Dialog.

mansonhui
Offline
Last seen:1 year 5 months ago
加入:2014-07-15 10:33
Same problem here.

Same problem here.

How to solve it? Any FAE can help me ?

RvA
Offline
Last seen:1 week 6 days ago
Staff
加入:2014-02-07 14:10
Hi Mansonhui,

Hi Mansonhui,

When you use smartsnippets, the generated hex file will be translated into a bin file. This bin file will not have the specific address info that is in the hex file. Therefore these files are not the same. If you want to compare the read bin file from the EEPROM you can use the hex2bin command line tool and translate your generated hex file to bin.

Best regards, RvA

RvA
Offline
Last seen:1 week 6 days ago
Staff
加入:2014-02-07 14:10
Note that the hex2bin tool is

Note that the hex2bin tool is a stand alone program that is part of the smartsnippets distribution