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 fist 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 ?