I've written some code that causes a new DSP task to be created upon the receipt of a notification from the ARM. The main loop runs ok, and so does the first task, but when I go to create a second task I get the following error:
ti.sdo.ipc.ListMP: line 417: assertion failure: A_nullPointer: Pointer is null ti.sysbios.gates.GateMutex: line 114: assertion failure: A_badContext: bad calling context. See GateMutex API doc for details. xdc.runtime.Error.raise: terminating execution Perhaps I'm running out of memory? The second task never gets created. Lee Holeva