I'm trying to integrate mesh 4.0.0 into an existing project that uses sdk 16.0.0. I'm very close, but I'm getting an error when I try to run mesh_stack_start()
I traced the issue down to the input_param_check method in mesh/bearer/src/ad_listener.c
On line 3, the p_adl->handler is NULL.
I'm a bit stumped on why this handler would be NULL and where exactly it is set.
I have added .nrf_mesh_flash and .nrf_mesh_ram sections to my linker file as follows:
Any suggestions would be greatly appreciated!
Best