I am having inconsistent results when I try to split a 512K EPROM file between Odd and Even Bytes.
When I select the device as a 27C512 and then load the file, I select file format as .Bin, Read Mode as Odd Byte, and Fill Mode as FF. Offset is default at 0.
When the file is loaded and I look at the new file size it is 32K when I expect it to be 64K. It does read every other byte as expected.
When I select Even Byte the results are much different. The even bytes are read as expected and the file size is 64K, but all data after the first 32K is ignored and the file is filled with FF.
I am using the latest version 6.29 of the GQ USB Programmer software.
Would someone verify that this is repeatable and that I am not doing something wrong? Any help would be appreciated.
I think the 32K is OK since the rest data are FF anyway.
Basically both ODD and EVEN file load are working. The 64K buffer size basically only used first half, the second half are blank data. The result is same as 32K data start from 0000 address.