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

How do I adjust RAM Start in SES with SDK14.1.0

I'm having trouble adjusting ram start setting using the new SES projects from latest SDK14.1.0

I have tried the project linker section placement macros settings of

FLASH_START=0x23000 SRAM_START=0x20002300

They don't seem to have any impact on the memory start locations. I'm getting the same debug output whatever i set them to.

nrf_sdh_ble: RAM starts at 0x200020E0, can be adjusted to 0x20001F68. nrf_sdh_ble: RAM size can be adjusted to 0xE098.

Any Ideas??

Related