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

Change App address

We are using nrf52832 and S132 Softdevice. The app starts from 0x26000 and we want to change to some other location may be from 0x27000. We could see that SD is using the interrupt vectors starting at 0x26000. 

Is there a way by which we can the app code to start at different address? (App_Base_Code) 

Parents Reply
  • Hi,

    I have the same question as OP. How do you retain the application data (plus a certain amount of space for proprietary information) through a firmware update? Should I just change the end address of the ROM (Flash) in the IDE? I am confused on what the FLASH region in the linker script is used for. Is it for the application only or for all the application area (including application data and free space)?

    Thanks

Children
Related