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.

MessageQ_get() in Interrupt Mode

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