Hello,
I have a question about TMS570 - Halcogen - CAN.
I'm using TMS570LS3137, Halcogen 3.3.1 and CCS 5.2.1.
I noticed that halcogen does not allow dynamic management of identifiers (ID) of the CAN messages in the TX e RX functions, Halcogen allows me to configure the ID in MessageBox only in the initialization phase of the CAN.
point 1) how should be the function to transmit a CAN message with the ID parameter?
uint32_t canTransmit_NEW(canBASE_t *node, uint32_t messageBox, uint32_t messageId, const uint8_t *data)
point 2) how should be the function to receive a CAN message with the reading of the ID?
uint32_t canGetData_NEW(canBASE_t *node, uint32_t messageBox, uint32_t *messageId, uint8_t * const data)
Thank You
Best regards