Hello:
I am debugging syslink application, where synchronization between ARM and DSP is done using syslink Notify module. In some cases Notify_sendEvent() fails with the following message:
notify_shm_drv_sendevent failed! status = 0xfffffff2
notify_send_event failed! status = 0xfffffff2
It happens, when Notify_sendEvent() on the ARM side is called before Notify_registerEvent() on the DSP side.
Is there a way to ensure that Notify_registerEvent() is called before Notify_sendEvent() (other than putting delays), or to make Notify_sendEvent() exit gracefully?
Thanks,
Igor