I want to change the start address of the app in the ESB example from nCS 3.0.2. By default, after compiling and flashing, the program runs from address 0x0. I want to change it to, for example, 0x10000. I tried defining CONFIG_FLASH_LOAD_OFFSET=0x10000in the following two places, but it did not achieve the expected effect. How should I proceed?
Additionally, I also tried the Partition Manager (PM) approach by defining a pm_static.ymlfile in the app directory, but it still didn’t work.


