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

How to change the top address of the app

SDK: 15.3.0
Example: ble_app_multirole_lesc
Device: EYSHJNZWZ (nRF52832)

I recognize by default that the top address of the app is 0x26000.
I want to change the top address of the app to 0x30000.
Therefore, I changed to the following setting (only "FLASH_START" was changed).

FLASH_PH_START = 0x0
FLASH_PH_SIZE = 0x80000
RAM_PH_START = 0x20000000
RAM_PH_SIZE = 0x10000
FLASH_START = 0x30000
FLASH_SIZE = 0xA0000
RAM_START = 0x20005000
RAM_SIZE = 0x20000

With this setting, I confirmed that the start address of the application was changed to 0x30000.
I also confirmed that the program counter would be 0x30000.
However, the app stops on the way.

Please tell us about the cause of this.

Parents Reply
  • No, it's not actually "closed" - you can still add comments.

    However, it is best to stick to one question per thread - that makes it much easier for others searching for help!

    If you want to cross-reference, you can always post links both here &in your new thread ...

    Keep the content relevant to the title.


    BTW: the idea is that you verify the answer(s) which resolved your question - not my post on how to do verify an answer!

    You can verify more than 1 answer.

    You can change your mind, and "un-verify" an answer.

Children
No Data
Related