Hi!
We're using SDK 16, trying to implement OTA DFU functionality on our NRF52840 device with SD S113.
Previously, SD S140 was used on our boards, and so when getting the bootloader hex file needed for the OTA DFU process, we used the bootloader created from the SDK\examples\dfu\secure_bootloader\pca10056_s140_ble example.
The corresponding example for the S113, does not exist as far as I can tell, I would expect it to be here SDK\examples\dfu\secure_bootloader\pca10056_s113_ble.
How do I convert the pca10056_s140_ble example into pca10056_s113_ble? will the steps detailed in this link suffice? is there anything else I need to do?
Thanks!