Part Number:CC3220
Hi,
In the trigger_mode example for an nrtos kernel, in the mainThread(), SimpleLinkInitCallback() is called in when sl_Start() finishes.
Inside SimpleLinkInitCallback, SignalEvent() is called that accesses the gSMEventQueue with mq_open() but the queue is not initialised until later in mainThread() with mq_open().
This assumes that the callback is always called after the queue has been initialised, which might not always be the case.
Am I getting something wrong?
Regards,
Evros