Hi,
I am setting a nrf52832 for an OTA DFU using BLE. I am on windows.
After managing to run the Secure DFU Bootloader following the getting started , I am trying to merge the Secure DFU Bootloader's content to my main application.
I was wondering what is the best way to do this merge ? From the example to my code, from my code to the example, or either of these options ?
When trying to merge the example in my code, I am down to these 4 errors for which I couldn't find the way to deal with.
It seems to be related to the private_key. I have used the same that I used for the example, which worked..
Thanks for your help
Jerome