Part Number: TDA2PXEVM
Tool/software: TI-RTOS
Hi,
In mcan Rx ISR I am posting an event, the event is causing exception.
Event_post(mcanRxEvent,UTILS_MCAN_RX_EVENT);
It’s crashing from “Void Event_post(Event_Object *event, UInt eventId)” function when its checking for matching eventIds in Queue.
/* examine pendElem on pendQ */
elem = (Event_PendElem *)Queue_head(pendQ);
/* check for match, consume matching eventIds if so. */
elem->matchingEvents = Event_checkEvents(event, elem->andMask, elem->orMask);
Regards,
Bikash
