When integrating nRF Mesh SDK 4.1 with nRF SDK 16 I got an error in runtime.
The call sequence:
mesh_init() -> mesh_stack_init() -> nrf_mesh_init() -> mesh_config_init () -> mesh_config_backend_init()
And the error here is CONFIG_ENTRY_COUNT and CONFIG_FILE_COUNT is 0
I use the mesh_main.h/mesh_main.c in ble_app_proximity_coexist example in my project.
I have tested this ble_app_proximity_coexist example with the origin ble_app_proximity in SDK 16 and it runs perfectly.