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

Problem with mesh assert in access_model_publish function

Hi, I am using https://github.com/NordicPlayground/Nordic-Thingy52-mesh-demo with segger embedded studio and nordic thingy52 modules. I have problem with the mesh assert which appears after the button_evt_handler (turning the diode on and off) function performing 2710 times. The problem occurs during access_model_publish function.

After use addr2line -e <src.elf> 0x000354E4  it points to

…\mesh_sdk\mesh\core\src/net_state.c:299 (discriminator 1)

It’s here:

Someone had a similar problem ?
Do you know if there is still a problem with the newer sdk for mesh 2.0.1 ?
How to quickly and easily move to new sdk ?

Parents Reply Children
No Data
Related