Hi,
I want to know how to modify the flash start address of s140 softdevice?
Hi,
I want to know how to modify the flash start address of s140 softdevice?
Hi,
OK,because I want to perform thread secure DFU for ble_thread multiprotocol programs, but thread secure DFU does not use softdevices, but MBR. Because the flash start address of MBR is 0x0 and the size is 4KB, I want to modify the flash start address of softdevice to 0x01000
Hi,
OK,because I want to perform thread secure DFU for ble_thread multiprotocol programs, but thread secure DFU does not use softdevices, but MBR. Because the flash start address of MBR is 0x0 and the size is 4KB, I want to modify the flash start address of softdevice to 0x01000
Hi,
The start address of the Softdevice is actually 0x1000 as you can see here: Memory resource map and usage. The MBR is included in the Softdevice hex files.
Hi,
OK,thank you very much!