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

sd_ble_enable: app_ram_base should be adjusted

Hi,

I'm debugging a Nordic mesh example, which is named light_switch_server_nrf52832_xxAA_s132_6.0.0_Debug, after build and go, a message appear: 

sd_ble_enable: app_ram_base should be adjusted to 0x20002DA0

Then, it goes to line 87 of app_error_weak.c and shows: Application memory access: 177494:0, then sleep_forever();

So, how to adjust app_ram_base?

Related