Hi,
When i tried the light switch example from the Mesh 2.0 source code, i got the error code NRF_FAULT_ID_SD_ASSERT. when it is doing the provision process.
The last meassae i got is as follow
<t: 372169>, provisioner_helper.c, 157, UUID seen: 0059ABCDEFABCDEFACCDEFABCDEFABCD
<t: 372175>, provisioner_helper.c, 96, UUID filter matched
<t: 541121>, provisioner_helper.c, 166, Start Provision with : 0059ABCDEFABCDEFACCDEFABCDEFABCD
<t: 541127>, provisioner_helper.c, 115, key data index 0
<t: 541132>, provisioner_helper.c, 116, key address 0x100
<t: 541136>, provisioner_helper.c, 117, key type 1
<t: 541142>, nrf_mesh_prov.c, 219, nrf_mesh_prov_provision exit with status 0
<t: 542805>, provisioner_helper.c, 309, Provisioning link established
<t: 892634>, provisioner_helper.c, 304, Static authentication data provided
<t: 969894>, provisioner_helper.c, 210, Provisioning completed received
But seems then the assertion failed is from the function of dsm_address_publish_add
How could I debug from that?
I have got the id =0x4001 pc = 0x2b875 info=0x2000fd88
Regards,
Ajay