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.