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.

Time Problem Using

Other Parts Discussed in Thread: OMAP3530

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