Hello,
I have been using the buttonless DFU method for a while on the nrf52832 Chip.
Due to performances need we changed the chip for our product from nrf52832 to nrf52840.
I have trouble porting the buttonless dfu to this chip and I don't understand why.
The problem is about the SVC interface between App and Bootloader. Here are some logs about my issue :
<info> app: Setting vector table to bootloader: 0x000F7000 <info> app: nrf_dfu_svci_vector_table_set() -> success <info> app: nrf_dfu_set_peer_data_init() -> NRF_ERROR_SVC_HANDLER_MISSING <info> app: Setting vector table to main app: 0x00027000
I saw a lot of tickets about this issue on the forum but none of them provided an answer for me.
My configuration is good concerning BONDS requirement of DFU.
My app is still working on nrf52832. I suspect the config due to this change of target is in fault but I don't know where to look.
Everything is working except for this issue.
I hope someone will be able to help me.
Regards,
Loick Calvez