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

QSPI does not work in quad mode on NRF52840

Hello,

I am trying to use the QSPI example from NRF SDK 17.0.2. I am using a NRF52840 dongle with W25Q32 SPI flash.
The example works with Fast Read and PP but when I try to use in quad mode (Quad read and Quad Write) it does not work.

I can see the data being transferred but i cannot seem to figure out whats the issue.

I have enabled the quad mode of W25Q32 as well by sending 0x31 0x02.

The image below shows the reset enable, reset and QSPI enable transfers. The decoding at the bottom may not be correct.

Related