Hey guys,
The project I'm working on utilizes the secure DFU bootloader and buttonless DFU.
To get the application working I had to generate a bootloader-settings file. I merge this with the secure bootloader hex file and flashed it.
I am under the impression that every time the application code is updated, the bootloader-settings file has to be regenerated. This leads me to believe that every time I update the application, I have to remerge a new settings file with the bootloader. In this post at the bottom it shows that a bootloader and application file cannot be packaged together into one zip.
Does this mean every time I update the application I have to reflash a new merged bootloader and then a new application package?
Thanks.