This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Flash and debug application with signed bootloader in IAR or how to flash Bootloader Settings before debugging

I have a project which needs to be built in IAR, but uses the signed bootloader. I understand, that if I want to flash and debug the application from within IAR, I need to also write the Bootloader Settings page, otherwise the application won't be loaded because the CRC check failed.

How can I do this in IAR before starting the debugger? In Keil uVision 5, there is the possibility to load the bootloader settings using an init file (in the "Utilities" tab, section "Configure Flash Menu Command"). In the init file, I can simply load the "settings.hex" generated by nrfutil. Unfortunately I fail to find an equivalent possibility in Keil.

Do you have any pointers or are there example projects where this works?

Parents Reply Children
No Data
Related