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

Setting up RAM with nRF52, S132, and SDK 11

I'm getting the following log messages when I try to initialize the BLE stack:

First from CHECK_RAM_START_ADDR, I get:

RAM START ADDR 0x20002080 should be adjusted to 0x20001FE8

RAM SIZE should be adjusted to 0xE018

Then, from softdevice_enable I get:

sd_ble_enable: RAM START at 0x20002080

sd_ble_enable: app_ram_base should be adjusted to 0x20001FE8

ram size should be adjusted to 0xE018

I searched through this forum and also the Infocenter and I can't find specific instructions for how to "adjust" these things. I think they are settings in the Keil project configuration but I can't find detailed instructions for what actions to take.

Related