The issue, in my opinion, is with the writing process. In all memory location, the default data is 0xff. Before reading the data, you can check the circuit and modify the delay (reading side).
@@Minam_ESC Devices having more than 256 bytes use a second byte for array addressing (i.e. 0x0001). This scheme is valid up to 64 Kbytes. Add a third byte for addressing to 1 Mbit EEPROMs. The remaining portion of the code can be used as is. Please feel free to contact me if you need any further information on clearn71@gmail.com.
👍
i am not able to read more than 256 bytes in externnal spi
I am reading 4 bytes of structure after 256 bytes data is rollover
Can we get the program with interrupt mode instead of polling mode for data?
Will upload soon!!
I am getting this value 0xff on every address what's wrong can you guide me?
The issue, in my opinion, is with the writing process. In all memory location, the default data is 0xff. Before reading the data, you can check the circuit and modify the delay (reading side).
@@hardware_coding3603 yeah, it's working but if we use this code for another EEPROM(1Mbit) then it will work?
@@Minam_ESC Devices having more than 256 bytes use a second byte for array addressing (i.e. 0x0001). This scheme is valid up to 64 Kbytes. Add a third byte for addressing to 1 Mbit EEPROMs. The remaining portion of the code can be used as is. Please feel free to contact me if you need any further information on clearn71@gmail.com.