Qspi flash sample project error

Hello, I am trying to use the spi_flash sample project with a laird bl654 dvk. When I run the project however, dev->state->init_res = 19 and will not run for me. It recognizes the device and if I manually set the error code to 0 the project runs correctly. Any idea why this is occurring. The output is 

JEDEC QSPI-NOR SPI flash testing
==========================
SPI flash driver MX25R64 was not found!

This is a onboard flash that supposedly should work from this post https://devzone.nordicsemi.com/f/nordic-q-a/64769/qspi-flash-sample-in-zephyr. I am using sdk 1.9.1.

Parents Reply
  • Hi,

     

    I think you should contact the manufacturer of the EVK that you're using and ask if they have proper configuration for usage of qspi flash with this board.

    As previously mentioned, it looks like it is the same routing as we have on our nRF52840-DK, and I ran the example with qspi, configured for the board bl654_dvk, but running on the nRF52840-DK, with no issues on my end.

     

    Kind regards,

    Håkon

Children
No Data
Related