T O P I C R E V I E W |
Marin |
Posted - 09/22/2012 : 13:18:12 I just want to know everyone that GQ-4X this chip READ/WRITE with swap bytes. So if you have file that reads normal you need to SWAP bytes before you WRITE it back to chip. Otherwise you will have incorrect data. |
6 L A T E S T R E P L I E S (Newest First) |
Bad_Ad84 |
Posted - 01/23/2013 : 00:59:07 Point 2 - yes, you can do that.
The data is probably already swapped on the chip, due to the endianness of the processor in the device.
|
eliotroyano |
Posted - 01/21/2013 : 18:00:53 Sorry to take this thread from dead, but that is one of my doubts right now: 1.- I am reading a 93C86WQ 16bit eeprom and the GQ-3X read it with byte swapped at once, why does the programmer do that? or is the data already in that standard? 2.- If it read in that order, can I swap bytes, modify the data, swap bytes again and write it back to the chip?
|
ZLM |
Posted - 10/10/2012 : 19:58:57 All files saved should be in correct order standard. If not, then that is programmer software bug, mcsu fix.
The standard file can be exchanged between different programmers. |
Marin |
Posted - 10/04/2012 : 18:28:35 In that case yes you are correct. But if you need to use different file to write and it was read with different programer, then you need to make sure the how the file was read. If was read with no swap bytes , then you need to swap bytes before you write it with GQ-4X. |
ZLM |
Posted - 10/02/2012 : 20:58:16 If you read the data and then write the data back to chip on a same programmer/software, then you do not need to do any swap byte.
|
Marin |
Posted - 09/22/2012 : 13:21:19 Also I forgot to mention , swap bytes can be done with GQ-4X |