Slide 1 Slide 2 Slide 3 Slide 4 Slide 5 Slide 6 Slide 7 Slide 8 Slide 9 Slide 10 Slide 11 Slide 12 Slide 13 Slide 14 Slide 15 Slide 16 Product List
CANAPI-Slide6

The successful data frame transmit interrupt routine is not necessary as CAN has its own mechanism to resend faulty messages, however it can be used to tell the main application when a message has been sent. When polling is used, as it is with ‘USE_CAN_POLL’ defined in the Renesas sample code, the check transmit function should be called to confirm a transmission. If CAN interrupts are used instead, that is, ‘USE_CAN_POLL’ is not defined, the interrupt service routine is automatically triggered and a message can at that time be polled for a successful transmission. With either of these methods, the user can then flag the application when the message is sent.

PTM Published on: 2011-10-25