Hi,
I am using dsplink 1.65.03. I am writing data from the DSP to the ARM, and on the DSP I am doing a RingIO_release every 8ms. I would expect to get this data on the arm every 8ms as well, but sometimes it takes 15ms or longer. On the ARM I'm doing a RingIO_acquire and if that returns a RINGIO_EBUFEMPTY I wait on a semaphore that is posted by the function I have set up with RingIO_setNotifier with RINGIO_NOTIFICATION_ONCE and a watermark that is equal to the size I am acquiring on both the DSP and ARM. I have checked the timing just before I post the semaphore in my notify function and it is slow there. Is there anything I can configure so I get the notifications closer to when the DSP called RingIO_release?
Thanks,
Scott