Open kyotee89 opened 10 months ago
Hey, I don't check this repository all too often, so my apologies for the late reply.
Please make sure that your chip is the 93C46C variant that has an ORG pin and make sure it is asserted high. It looks like the chip is still in the 8-bit configuration.
I am trying to write data to an eeprom with some success but not quite. The chip is a 93c46 128 words at 8 bit or 64 words at 16 bit. The data to go in is in 64 word (16 bit) format as follows:
data to go in
When i write it to the chip and read it back i get:
data comes out
So its like its only writing one half of the value into each word.
I am using the code as below, with the data converted from hex to string to match the input type of the example code.