Hello,
I am working on an application on a nrf52840 using soft-device 140 and SDK 15.3. I have written 90% of the application using the ble_app_uart_c as a template for my project and haven't run into any issues until trying to add a boot-loader.
I'd like to add secure serial DFU capabilities to the project however I just realized that the config file for my current project is completely different from the serial_DFUs provided in the example projects section of the SDK. After adding all the bootloader/DFU source files into my project the compiler throws a "#error Configuration file is missing flags. Update sdk_config.h." complaint.
After looking at both Config files I'm not sure how to proceed. Should I just copy and paste the config file part which has all the necessary bootloader/DFU macros? Or is there a custom sdk_config file which I can be provided with? Or will I need to migrate my project to a DFU example and add all my source in there?
thanks