Dear Nordic Team,
I'm slowly feeling my way around DFU via BLE on the nRF5280 with s140, but need a little clarification about the flash and RAM settings in the .ld file. Does the flash origin still need to be 0x27000, or does nrfutil ignore the addresses in the hex file when it builds the package zip because the DFU module knows that Bank 0 must start at 0x27000 ?
Also, what is the preferred RAM origin for the application when using s140? The examples seem to use a range of values, e.g. Blinky uses 0x20002300, HRS uses 0x20002be0, and GLS and a few others use 0x20002260. What is the absolute minimum permitted?
In the case where there is no softdevice, but serial DFU is required, how does the MBR get into the flash at address 0x0? And should the application flash origin be set to 0x1000 in this case ?
Thanks,
Pete