Problem of External EEPROM (M95128-W) Reading Master Receive only 0xFF
uc : STM32446
EEPROM : M95128-W
Interface : SPI
We are sending signal 0x06 (Write Enable) oxo5 (RDSR) and getting response from EEPROM (SPI Slave)0xFF instead of 0x2.
Any Data send via SPI we are receiving 0xFF.
How to send and receive data to EEPROM With correct sequence?
How to know Slave sending data or Slave not active?
What is the possible reason to get 0xFF every sending of one byte.
Tried using different phase and polarity of signal and even put delay after sending one command.