I am working on a project for school but am having some difficulties. I am not sure if my code works and would like to perform a simple test. I am suppose to use the Arduino to read registers off of some peripheral device but it does not seem to be working. I want to test to see if it can read from some ROM.
What type of ROM would be most suitable for this type of test? I would want to be able to write to one of the registers on the ROM and have the Arduino read from it to confirm that my code is working correctly.
bmell:
.
.
What type of ROM would be most suitable for this type of test? I would want to be able to write to one of the registers on the ROM and have the Arduino read from it to confirm that my code is working correctly.
.
.
ROM stands for READ ONLY MEMORY. Writing to it isn't going to work.