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.

SysLink Notify

Dear All,

I'm testing Sys/Link 02_00_00_56_c6x_01_alpha2 on C6474.

I want to send a notification from one core runing Linux to another one running SYS/BIOS. so I'm trying first to understand the Notify sample given by Sys/Link

In the file "../syslink/samples/hlos/notify/NotifyApp.c" they call a "ProcMgrApp_startup_manual" function :

status = ProcMgrApp_startup_manual(NotifyApp_procId[i], NotifyApp_IpcResetVector);

I don't understand what this function do ? and what is the  "NotifyApp_IpcResetVector" argument ? and if you have any doc that can help me to understand the Sys/link samples, go ahead please