Hi,
I am using OMAP3530 and I am using the expression "NOTIFY_notify" in DSP side to send data to ARM side periodically.
I am using the following expression:
NOTIFY_notify (ID_GPP, 0, 7, (Uint32) uiFrameNumberMpbRx);
But sometimes the NOTIFY (no blocking expression) stop/block the DSP side in a random time.
I would like to know if someone knows how to use this NOTIFY correctly and make him not block the dsp side.
Thanks.
Felipe