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.?
Hi,
How much data are you writing in nrf_drv_qspi_write()? When you called nrf_drv_qspi_init(&config, ...), what was the parameter for config.phy_if.sck_freq?
-Amanda H.
Also, while calling program load API , Internally we are calling this nrf_drv_qspi_write? How do we know Internally its calling PROGRAM_LOAD x 4 OPCODE? Where could i see Opcode being issued to flash? I am using MT29F4G01ABBFDWB,
Also, while calling program load API , Internally we are calling this nrf_drv_qspi_write? How do we know Internally its calling PROGRAM_LOAD x 4 OPCODE? Where could i see Opcode being issued to flash? I am using MT29F4G01ABBFDWB,