Hi:
I want to add some code to the nRF51822 bootloader.But lack of code space. Whether I can modify the start address of the bootloader??
Hi:
I want to add some code to the nRF51822 bootloader.But lack of code space. Whether I can modify the start address of the bootloader??
At a minimum you will need to change:
There may be others, but these are the ones that I am aware of.
At a minimum you will need to change:
There may be others, but these are the ones that I am aware of.
Hi I found #define NRF_UICR_BOOT_START_ADDRESS (NRF_UICR_BASE + 0X14), this is the bootloader start address stored in UICR_FWID register. So I want to change it. I found SoftDevice always set it to 0x0003c800. Even if you changed it, softdevice will reset it to 0x0003c800.