My application just hit the following fault randomly:
I tracked back in the map file and that is inside the Nordic NRFX library in ipc_trace_handle, so I have no source code to help me decode what I might be doing wrong.
Specifically in my linking, ipc_trace_handle starts at 0x3180c, so that is 0x1f2 bytes after the entry. Here's a snippet for reference from the listing file:
Please, if someone from Nordic who has the source code for NRFX could help me understand what is being referenced in that area and give me a hint what might be wrong, I would really appreciate it.