This is how I wired the Arduino up with the shift registers and the EEPROM chip. It looks very confusing but most of that is just the data and address buses, which follow a very logical pin mapping. I ...
When the controller is booted up, you should get the "Ready." message in the serial console. Now you can type the commands to execute the tests. Begins the automatic sequential write-read test, ...
Last week I spent most of my leisure time studying nonvolatile memory chips. The result was a better understanding of Arduino’s EEPROM. This might look like novice work, but I hope my thoughts will ...