Hi,
I need the bigger the size of bootloader. So I changed IROM1 0x78000 0x6000 to IROM1 0x77000 0x7000.But nrf_dfu_transports_init returned error code after I changed the IROM1.How can I change the size of bootloader?
Hi,
I need the bigger the size of bootloader. So I changed IROM1 0x78000 0x6000 to IROM1 0x77000 0x7000.But nrf_dfu_transports_init returned error code after I changed the IROM1.How can I change the size of bootloader?
Hello,
It should be possible to change the start address. What does nrf_dfu_transports_init() return? Did you check the init() function(s) that you are using? Is it the USB, UART or BLE init function that asserts?
BR,
Edvin
Hello,
It should be possible to change the start address. What does nrf_dfu_transports_init() return? Did you check the init() function(s) that you are using? Is it the USB, UART or BLE init function that asserts?
BR,
Edvin