Robert,
I am working with ezsdk-5_05_01_04/ and syslink_2_20_00_14, I think I should have Ipc_detach on this version.
From your reply, I should use Notify API on both sides, does this Notify module works for both processors?
So, if I do
#include <ti/ipc/Notify.h>
it works for Linux and BIOS code?
I say so because I saw content like: syslink/packages/ . . ./ipc/hlos/usr/Linux/NotifyDrvUsr.c
I presume that when used this Notify API i should be able to set my callback fxns on DSP and ARM sides.
Thanks