I want to view task timing in CCS3.3, but our app creates tasks and mailboxes dynamically, so I'm re-defining the tasks and mailboxes statically in the Configuration Editor (and commenting out the dynamic allocations). I can build the app successfully, and I see all the task names in the Execution Graph in the CCS debugger.
However, when I load the app to the target and choose "Go Main", the execution never gets to main(). If I Halt, I see this event in the log:
0 SYS_error called: error_id = 0x1
This is a memory allocation error, but how do I figure out which allocation failed?