I get an assert error when calling Mailbox_create():
ti.sysbios.knl.Semaphore: line 74: assertion failure: A_noEvents: The Event.supportsEvents flag is disabled.
xdc.runtime.Error.raise: terminating execution
I'm using a C6748 and SYS/BIOS6.
But if I don't setup any readerEvent on the mailbox it works.
What is going on?