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.

CCS/CC2652R: about Event_pend

Part Number: CC2652R

Tool/software: Code Composer Studio

Hi,

I'm learning example code "multi_role_app".

In function "multi_role_taskFxn":

events = Event_pend(syncEvent, Event_Id_NONE, MR_ALL_EVENTS,ICALL_TIMEOUT_FOREVER);

I know it can received MR_ICALL_EVT and MR_QUEUE_EVT to deal with stack/app msg... but I don't know where these event from. 

Do these events come from the stack?

BR,

Aaron.