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

how to call a function in the bootloader? (DFU service)

I'm developing an application for a device which needs to support DFU service,

If my device get the specific packet over BLE (like 0xd1), i want to start dfu service.

In the example "device_firmware_updates", the "bootloader_dfu_start()" function start dfu service.

Is there any way to use "bootloader_dfu_start()" function in my application?

("bootlader_dfu_start()" is on the bootloader section)

Thanks for reading this.

Parents Reply Children
No Data
Related