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

custom service is not working mesh application

i am working on mesh application  in nrf52832 . i want to integrate mesh and nrf sdk application , So i followed this application and mesh_app_uart example Example for SDK v14.2 and Mesh v1.0, nRF52840 and nRF52832.  I need to a custom service in this application , i followed this tutorial but  when  i changed the memory settings RAM_START IRAM1 to 0x200020F0 and RAM_SIZE to 0xDF10 getting error

<warning> nrf_sdh_ble: RAM starts at 0x200020f0, can be adjusted to 0x20002760.
<warning> nrf_sdh_ble: RAM size can be adjusted to 0xD8A0.
<error> nrf_sdh_ble: sd_ble_enable() returned NRF_ERROR_NO_MEM.
<error> app: ERROR 4 [NRF_ERROR_NO_MEM] at /home/kc/Desktop/mesh_app_uart/nRF5_SDK_14.2.0_17b948a/examples/ble_peripheral/ble_app_uart_mesh/main.c:897

without changing memory settings there is no any error but i cant able to connect to phone?? so pls help me to solve this issue??

im using softdevice s132v5.0 and SES ide

Related