Hi
I am using EVM6678. In my application I have 8 cores running and the synchronization between processors is done by IPC.Notify(The master processor sends out notify to the other 7 processors). In the notify call back function, I am posting a semaphore to unblock a task in that processor. The execution terminates in all the slave processors after exiting out of the call back function. It returns a message saying "A bad calling context: should call from a task." I am doing nothing in the callback function except posting the semaphore.
Any ideas on what could be wrong?
Srikanth