Hello!
I am working on a project where we want over the air updates for the finished product. To make that possible I implemented the buttonless DFU and it is working great!
My current issue is that now that a bootloader has been added to the device if I change the application at all it no longer matches what is expected. If I program the application using SES it will immediately go into the bootloader and display as DFUTarg instead of booting into the newly flashed application.
Is there a way to program the device using SES while the bootloader is present? For example a setting that I could set up while creating the bootloader settings file that tells it to ignore changes made in the application?
I am using the following:
Secure Bootloader for s132, Softdevice 7.2.0 S132, and my custom application.
SDK 17.0.2
NRF52832