This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

keil Debugging bootloader

Hi.

I am trying to modify the bootloader example provided by nordic. I am able to compile/link my code and use nRFgo studio to run it, but for some reason I can not debug my application in Keil. It looks like the debugger is loading the application and starting up, but the chip runs the application located at the start of region1. I assume that the missing part is to set the NRF_UICR_BOOT_START_ADDRESS to the start of my code but I don't know how to do so.

reagards, Arni.

Related