Hi,
Our team is developing an application based on the nRF5340-DK - we are developing on the DK while our hardware is in transit. Our schematic largely follows the reference design for all necessary peripherals. Notably, we've used the same QSPI NOR flash series MX25R6435FM2IL0, and QSPI pinout connection same as mentioned in nRF5340 DK. our intention is to use this external flash as a firmware image storage to store other controller firmware binary.
I have used SPI Flash Sample(ncs\v2.1.0\zephyr\samples\drivers\spi_flash) code to store other controller fw image into QSPI NOT flash, I have tested this on first nRF5340DK board and in that it was working as expected, after that I had tried same code in our custom board but in that case have some issue in reading, flash_read API return success value but the read data was partially correct as per attached screenshot.
nRF Connect SDK version: 2.1.0
Let me know here for more details.
Thanks & Regards,
Kaushik Parsana