nrf_drv_qspi_write taking around 500 micro sec ( long time to write ) . How to optimize nrf_drv_qspi_write time.?
nrf_drv_qspi_write taking around 500 micro sec ( long time to write ) . How to optimize nrf_drv_qspi_write time.?
Ok. I will check. I wanted to ask another question. Is there any additional easy_dma API's for QSPI in Nordic platform ? If so, could you please post the link if easy_dma feature for QSPI can be implemented?
QSPI — Quad serial peripheral interface has EasyDMA. There isn't any configuration needed for EasyDMA in the QSPI peripheral as the QSPI peripheral automatically takes care of splitting DMA transfers into the page writes. See this post.
-Amanda H.