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

Flash Write

Hi,

I am trying to write a file in flash(nrf52840) at a particular address & after that i  want to instruct DFU module to start FW update from that address?

Is there any specific address to write the file in the flash?

How to instruct the DFU module to start firmware update from that specific address?

Thanks 

Raj

Parents
  • Hi,

    Our DFU solution handles everything for downloading the new firmware image and updating it, and you can use it either with BLE over the air, or serial (UART or USB). With that, there is no need to write the file in flash manually before invoking the DFU bootloader.

    What is the use case here, that means you want to write the firmware to flash manually and then do DFU from that?

    Regards,
    Terje

Reply
  • Hi,

    Our DFU solution handles everything for downloading the new firmware image and updating it, and you can use it either with BLE over the air, or serial (UART or USB). With that, there is no need to write the file in flash manually before invoking the DFU bootloader.

    What is the use case here, that means you want to write the firmware to flash manually and then do DFU from that?

    Regards,
    Terje

Children
Related