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.

NOTIFY module problem

Other Parts Discussed in Thread: OMAPL138

Hello


First 3 - 5  calls of function  (on DSP side ) 

status = NOTIFY_notify (1,   0,   4,   g_iter) ;

 it returns error (status != 0 and GPP doesn't receive notification) an after that (infinite number of times) all is ok.

Recurrence of calling this function is 5 seconds.


What is this?