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

nrf_drv_qspi_write taking around 500 micro sec ( long time to write ) . Why it could be problem ?

nrf_drv_qspi_write taking around 500 micro sec ( long time to write ) . How to optimize nrf_drv_qspi_write time.?

Parents Reply
  • Hi, 

    I got the following info. form the internal:

    From the hardware side, I can say that that there is some overhead for sending the WriteEnable command, checking the status register, writing the address, and then mainly the Page Program Cycle Time from the Flash memory (which can be found in the Flash memory datasheet).

     

    ARPITHA CHANDRASHEKAR said:
    Which event handler are you talking about?

    An event handler or a blocking call to the tx function

    -Amanda H.

Children
Related