I am occasionally (very rarely) getting "Mesh assert at 0x00037996", but when I try to look this up, I get:
$ arm-none-eabi-addr2line -e build_MinSizeRel/projects/<project>/<project>_nrf52832_xxAA_s132_6.1.1.elf 0x00037996 :?
My understanding is that this means the mesh_assert is happening somewhere in the SoftDevice, outside of my .elf?
Any information on how to trace this down further would be appreciated.