This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

SPI External Flash Interface

Hi,

I am trying to interface external flash with the nrf52. I am able to read the device id. After writing to the status - configuration - bank address registers, I am able to read the register values.

But when I am trying to write to the flash and read from it, I am getting FF only. For reference, I went through the following documentation - infocenter.nordicsemi.com/index.jsp

For reading and writing, I have used the commands given in the above documentation (Write - 0x02 / Read - 0x0B).

Kindly give me some suggestions on, how to debug.

Related