This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

DFU without a transport layer

I have a system that will have multiple ways of doing DFU. BLE, as normal, UART under special circumstances, and a "no transport" way. In the latter I will have transported the .dat and .bin files to the target using a legacy protocol.

With the files available on NOR flash, I'm trying to figure out how to go about using the DFU procedure to write them to program flash and start executing. 

I'm using SDK version 15.0 (or soon 15.2)

This has been mentioned peripherally in other devzone issues, but only with hints about using the "block" functions and NRF_DFU_OP_OBJECT_EXECUTE but without any more explicit hints about how to go about doing this.

Any help would be welcome. 

Parents Reply Children
No Data
Related