creating custom service

Hi , 

SDK 17.1.0

SD132

SoC - nrf52832

I am following the below given link to create custom service.

https://github.com/bjornspockeli/custom_ble_service_example

My default section placements macros are as given below.

FLASH_PH_START=0x0

FLASH_PH_SIZE=0x80000

RAM_PH_START=0x20000000

RAM_PH_SIZE=0x10000

FLASH_START=0x26000

FLASH_SIZE=0x5a000

RAM_START=0x20002bd0

RAM_SIZE=0xdde0

And with this configuration I am getting a error with code - 0x04 for function, nrf_sdh_ble_enable(). could you please help me to sort this out ?

Parents Reply Children
No Data
Related