Hello
I am doing a project need to implement firmware update from the application
and I reference bellow thread,
I need to write fw to bank1 start address
so I call this API to get bank1 start address
nrf_dfu_bank1_start_addr();
but it return 0x26000, it should be bank0 start address
according to discussion thread, I should config as SD flash API.
so I add this at the preprocessor
BLE_STACK_SUPPORT_REQD
but it is still the same , please give me some advise