I'm trying to write a firmware for PCA10001, which works like a bootloader. In other words, it can download some data into the Flash. To avoid conflicting with the existed program itself, I need to know the exact position of the program and the softdevice.
Is there any macro or function that can tell me the START/END address of my program?
Thanks.