nrf5340dk qspi_nor flash driver - fastread no longer working

We are trying to build an qspi external flash application with the nrf5340dk. However, I noticed, that when going from ncs v2.4.2 to v2.5.2, the qspi_nor flash driver no longer works when configuring the readoc to use fastread instead of read4io, on a default nrf5340 development kit with the built in MXR25R64 flash. I've managed to replicate this in the mass storage sample, the spi flash sample, and in our own project that utilizes the qspi nor driver. The specific error that comes up is that the jdec ID on the flash somehow reads as all zeros, instead of the actual jdec id on the flash. Do you know if you could help resolve this in a future version of ncs? So far, I have tried replacing the code for the driver itself (nrf_qspi_nor.c) in 2.5.2 with the code from 2.4.2, but that has not resolved the issue.

Thanks,

Devan Mallory

Parents Reply Children
Related