Hi,
I am using nRF52832 microcontroller in project.
I use SPI interface for serial EEPROM.
I could able to see write packets are getting transmitted and verified the signals by probing. SS, SCK and MOSI are perfect.
But when i initiate the Read sequence, I could see the clock is transmitting the Read Instruction Code and Followed by from which address the read should start. Verified the same via probing the signal. But slave is not responding i am seeing continuous HIGH state on the MISO line. Application software read the receive buffer content as 0x00 at all time.
So kindly share your suggestions and possible reasons for fixing this issue.
Note: M95M02 is the serial flash part number that i am using.
Thanks & Regards,
Chinnasamy.