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

using DFU to update softdevice

I'm using nRF52 + s132v2.0.0 + SDK11.0.0. I want to be able to update to s132v4.0.2 (or so) + SDK13.0.0 via DFU. I'm planning on modifying the bootloader start address to 0x77000 with size 0x7000 (to allow for a slight modification which required a page).

The bootloader project in SDK11 shows two IRAM regions and requires nrfjprog to program the bootloader (so that the UICR is properly programmed). What is different about the secure bootloader in regards to flashing it, and why is there is a different IRAM1 start region between the two? Could you kindly explain the calculation used (or provide a link) to determine the IRAM1/2 start and size for the bootloaders? Other than the issues of using the same bootloader start address and the page alignment described here, are there any issues I should be aware of due to different RAM regions?

Related