Part Number: EVMK2H
Hi all,
I have create a simple IPC program for communication between ARM and DSP. The IPC_start function always return Ipc_E_NOTREADY (-11). Could you please help to check on what is the issue? Attached is my program. I use RTOS for bot ARM and DSP.
Another issue (I do not know if related to this error), everytime I run the ARM core, there is a error below:
arm_A15_0: Unhandled ADP_Stopped exception 0x800331B8
The gel file also attached.
PS. I want to try the ipc example TCI6636_bios_elf\ex02_messageq but failed to run, so I create a more simple program for easilier troubleshoot.