i followed this custom service tutorial.
but when i changed the RAM_START and RAM_SIZE address it getting below error, im using S132v5 softdevice
<warning> nrf_sdh_ble: RAM starts at 0x20002220, 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
<t: 35>, nrf_mesh_sdk.c, 86, HARDFAULT...
initial RAM_START 0x20002760 , RAM_SIZE 0xD8A0
changed to RAM_START 0x20002220 , RAM_SIZE 0xDDE0