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

DFU Support for nRF52811

Hi, 

We are using nRF52811 for one of our upcoming product. We plan to upgrade our firmware via DFU. I cant find any support or example codes for this controller for DFU, so

1. Is it possible to have DFU support for nRF52811?

2. If its possible, is there any recommended memory map for nRF52811?

3. In the bootlooder code, how will i change the memory mapping?

Thankyou for your time.

Parents Reply
  • Read the bootloader chapter in the NRF SDK documentation (infocenter).

    Softdevice flash and RAM requirements are in the release notes for the corresponding softdevice, and AFAIK always part of the softdevice downloaded zip.

    It is a good idea to compile some bootloaders and example application from the NRF SDK so you can get a feeling how much flash memory app and bootloader need.

Children
No Data
Related