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

Restricted memory range error

Hi Nordic Team,

In my BLE project when I was trying to add Device information Service(GATT)  in BLE central multilink example code, once the connection between central and peripheral device has been made,  in the DB discovery handler the control goes to ble_dis _on_db_disc_evt function where we get the "Restricted memory range" error. 

The SDK 15.3 version is used.

Also these are the macros used:
Section Placement MACROS :
FLASH_PH_START=0x0 

FLASH_PH_SIZE=0x80000

RAM_PH_START=0x20000000

RAM_PH_SIZE=0x10000

FLASH_START=0x26000

FLASH_SIZE=0x5a000

RAM_START=0x200057b8

RAM_SIZE=0xa848
 

Thanks & Regards,

Aswati

Parents Reply Children
No Data
Related