I'm testing syslink notify from DSP to Cortex A8 on DM8148 and SysBios.
DSP code is loaded and executed by A8. And, IPC is attached between DSP and A8.
DSP code send event periodically, and the return value of "Notify_sendEvent" function are 0(Success).
And A8 registers a call back function to the corresponding event using Notify_registerEvent.
When an event is sent to A8, the content of Program counter of A8 is in undefined value. and never come back to the nomal routine.
In addition, I found that A8 did not entered to the registered callback function.
I guess that interrupt to A8 is normally generated but appropriate interrupt service routine is not executed, which should call the registered callback function.
Is there anybody who can help me to solve the problem?