hi,
is there a flag note that DFU Transport done(before the setting file update after DFU Transport done )? nRF52832,S132, SDK 13.0.0,secure bootloader example.
hi,
is there a flag note that DFU Transport done(before the setting file update after DFU Transport done )? nRF52832,S132, SDK 13.0.0,secure bootloader example.
Hi,
When the whole firmware image is received, there will be a NRF_DFU_OBJECT_OP_EXECUTE in dfu_req_handling.c, and the image is then postvalidated. See this link.
Hi,
When the whole firmware image is received, there will be a NRF_DFU_OBJECT_OP_EXECUTE in dfu_req_handling.c, and the image is then postvalidated. See this link.