Other Parts Discussed in Thread: CONTROLSUITE, C2000WARE
Tool/software: TI-RTOS
Hi,
I'm migrating F28075 to F280049C on custom project.
I used controlSUITE on F28075 project and I used CANMessageGet API when receiving CAN message. CANMessageGet API returns CAN Message identifier and with data.
However. CAN driver was changed on C2000ware and CANMessageGet API does not supported.
Instead I use CAN_readMessage API but it return only data field.
I need to know Message identifiers when receiving CAN message because I would like to setup Message Object which accept several type of message identifiers.
Are there API on C2000ware and method to get the message identifier from Message Object ?
I used controlSUITE on F28075 project and I used CANMessageGet API when receiving CAN message. CANMessageGet API returns CAN Message identifier and with data.
However. CAN driver was changed on C2000ware and CANMessageGet API does not supported.
Instead I use CAN_readMessage API but it return only data field.
I need to know Message identifiers when receiving CAN message because I would like to setup Message Object which accept several type of message identifiers.
Are there API on C2000ware and method to get the message identifier from Message Object ?
Best Regards,
JY