This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

EVMK2H: IPC failed to start

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.

Workspace_IPC.zip

8081.xtcievmk2x_arm.gel

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.