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

Why is ble_app_uart_coexist memory error when proxy is enabled??

Hi.

I'd tried to use proxy with ble_app_uart_coexist example.

(SDK : nRF5_SDK_15.3.0_59ac345 and nrf5_SDK_for_Mesh_v3.2.0_src)

I set MESH_FEATURE_PB_ADV_ENABLED = 1 and MESH_FEATURE_PB_GATT_ENABLED = 1.

It is ok at comfile, but has memory error in dubug mode at mesh.adv.c line146 after function of sd_ble_gap_adv_set_configure().

What can i change?

Thank you.

Related