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