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

nrf52840 QSPI flash performance

1. I am trying to test the QSPI flash performance in nrf52840_DK  ,but the QSPI init failed because of the event ready check,can i turn off the event check process?

2.  I cant found any  configuration  item  about  QSPI easy_dma   in sdk_config.h?what the DMA depth about QSPI easy_dma? is there any easy_dma configuration item in sdk_config.h?

Parents Reply Children
  • 1.  I have been  testing the new flash chip ,but it always failed in the init phase after the activate operation, in the demo ,the  nrfx_qspi_init always return NRFX_ERROR_TIMEOUT, so I want to know how nrf52840 judge  event  ready after activate(the nrf52840 send command 5)? is it about receive some special data ?

    2. I tested the nrf52840-DK  QSPI flash performance in the SDK QSPI example code , found that  the flash read rate is about  10MB/s ,but the datasheet tells it up to 16MB/s, Is there anything else that we should pay special attention to ?

Related