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.

TDA2PXEVM: Event_post and the XDC ASSERT

Part Number: TDA2PXEVM

Hi all,

I am Using VSDK 3.0

I am getting XDC ASSERT error from the  

Event_post(mcanRxEvent,UTILS_MCAN_RX_EXIT_EVENT);    and UTILS_MCAN_RX_EXIT_EVENT is #defined as  (Event_Id_01)

This is inside custome Link which was working fine in the RTOS use case now i am using this link in hlos use case and getting the XDC ASSERT

When i Changed the (Event_id_01) to (Event_id_03) the XDC ASSERT is not there. i need to know the Dependancy of the Event_id in Event_post ???

Regards,

Nephil