Part Number: TMS320F28388D
Hello,
I'm working with the CAN bus and the CAN_A module and I'm able to send and receive messages when using test mode external loopback. Now I want to send messages on the pins, so I juste commented the line CAN_enableTestMode(CANA_BASE, CAN_TEST_EXL).
I was expecting to have an interrupt when message is sent. I have an interrupt but the status value of this interrupt is 0x8000, which means that Error and Status Register value is not 0x07.
Could you help me to understand this error ? What can I verify ?
Thanks a lot,
Nathan