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

The issue for Creating Custom service and characteristics for nrf52832.

Hello,

I am referring to this webpage https://github.com/bjornspockeli/custom_ble_service_example "Custom Service Tutorial", I followed all the steps mentioned on the webpage. But somehow I am not able to make it as functional. I am getting the following error.  I have changed RAM location in the .ld file but still, it's giving me the same error again and again. Is there anything I am missing. because somehow that .ld file is not reflecting the code. I have changed it to the following values but still giving me that change the RAM location to 0x2000220.

MEMORY
{
FLASH (rx) : ORIGIN = 0x26000, LENGTH = 0x5a000
RAM (rwx) : ORIGIN = 0x20002220, LENGTH = 0xdde0
}

Building code through IAR 7.8.01

SDK version 15.3.0

Board -nRF52832.

Softdevice - s132

Please help me to solve this.

Parents Reply Children
No Data
Related