Hello,
I do not see the bootloader files for this example in SDK 0.9.2. Where can I find the boot sequence for the ble_app_hrs example, and in what files is the boot setup from?
Thank you.
Hello,
I do not see the bootloader files for this example in SDK 0.9.2. Where can I find the boot sequence for the ble_app_hrs example, and in what files is the boot setup from?
Thank you.
The bootloader files was not included in this version of the SDK, probably because it was not finished and tested properly. I expect it will be added again in a later revision of the SDK.
That said, the code is mostly in place when you define BLE_DFU_APP_SUPPORT
, and you only have to make a few modifications in order to make it work. This thread describes the process.