Hi,
I am developing an application on an nrf52840 based custom board that includes a dfu bootloader. Currently this bootloader is the example secure one. This will be tweaked to fit our needs over time. From this post: https://devzone.nordicsemi.com/f/nordic-q-a/33879/download-and-debug-application-using-ses-while-bootloader-present, I understand that the process to get a copy of the bootloader and my application onto the soc is:
- compile my app
- generate the bootloader settings using nrfutil
- merge the settings and the bootloader hex using merge hex
- flash the result to the soc using nrfprog
- compile my app and flash to the soc.
This is fiddly in the standard change, debug, change... development process. I am using SES. Is there a way to configure SES to automate this process?
many thanks in advance
Cheers Paul