DFU on nRF Connect SDK by Random Flash Write

I would like to use the DFU from the nrf connect sdk.

After researching the API, I found out that dfu_target_write() can only write to FLASH in sequential format?

In our project, we want to randomly write DFU images to FLASH in order to transfer them over an unreliable transmission path.

Is such a method provided?

Parents Reply
  • I believe the dfu_target_xxx API does a lot more than writing the image to FLASH.
    It may be possible to write a DFU image to FLASH using the FLASH API, but I don't know the process to prepare the DFU.

    By the way, we have independently incorporated and operated the same functionality into the nRF5 SDK.
    We want to use this functionality that we implemented in the nRF5 SDK in the nRF Connect SDK as well.

Children
Related