SES, DWM3001CDK, FreeRTOS compiles, but crashes when run

Folks,

I’ve compiled the Qorvo Nearby Interaction SDK with SES and after compiling it successfully (even if, weirdly you have to compile it twice) it crashes.

You can see with the debugger you can step though it for a while and then it falls over.

It happens the second time you get to this line:

if (EventManagerWaitAppRegistration((app_definition_t *)&queue_message, MESSAGE_QUEUE_TIMEOUT_MS) != -1)

It just crashes if you run it without breakpoints.

I will also say that if I program it with the supplied hex file it works fine and talks to the iPhone app.

Has anyone seen this before and has any idea why it might be crashing?