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.

C6678 Notify callback priority

I am using Notify module in core 0 of C6678 to notify other cores of available block of data (3072 int) in shared memory so they can read to local buffer. The data in core 0 gets updated every 6 ms and hence, other cores need to be notified as soon as possible. What is the latency of Notify? and what is the priority of the Notify callback compared to HWI, SWI, Tasks?

I am following the IPC users guide:

Notify_registerEvent(armProcId, 0, EVENTID, (Notify_FnNotifyCbck)cbFxn, 0x1010);

 

Void cbFxn(UInt16 procId, UInt16 lineId, UInt32 eventId,

UArg arg, UInt32 payload);


Regards,

 

Murad