Hi, Iam using a m95080 eeprom IC. Iam not able to read any data from it.
Hi, Iam using a m95080 eeprom IC. Iam not able to read any data from it. Foolowing are the steps iam doing:
1) Doing a low on chip select.
2) Sending a Write enable instruction to ic(0x06).
3) doing a high on chip select.
(This should set the write enable latch in the status register WEL bit)
4) Doing a low on chip select again
5) Writing a read status register instruction on ic(0x05).
6) Sending a few dummy bytes (0x00) for proving clocks to slave for data transfer.
But on the MISO line I can only observe the data I'm sending on MOSI line i.e. 0x06 and 0x05 and then its all zero.
All these observations are on an oscilloscope.
The clock I'm using is below 4 Mhz. SPI mode used is CPOL = 1 and CPHA = 1. Sending MSB first from SPI.
