2
votes
1answer
807 views

Controlling 23K256 SPI RAM with Arduino

I'm trying to interface with a 23K256 SPI RAM IC using an Arduino Mega 2560. I can't use the standard SPI pins, since I'm using an ethernet shield and it doesn't play nicely when SS is set high. So, ...
2
votes
1answer
964 views

How to read the device ID of a dataflash memory

I am trying to read the device ID of a serial flash memory by using the SPI connections on an mbed. In the datasheet for the serial flash memory W25Q80 there is this figure. The following is the ...