Hi All,
what i understand from MessageQ_Get() is that it is POLLING based mechanism to retrieve messages [underlying mechanism is signal() at MessageQ_put() and wait() at MessageQ_get()]. My interest lies in making it Interrupt based, meaning whenever there is message, it should awake the other core.
1.[one method is to use Notify module and Notify the reader core by the writer core, the moment you do MessageQ_put() at writer core].
apart from above, is there any way, INTERRUPT based mechanism can be invoked within MessageQ Module APIs. please let me know.
Thanks
RC Reddy