This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS570 Timed CAN transmission

I have a system that requires the transmission of CAN messages at a fixed interval of 10ms. It doesnt really fit to does this by any other method than interrupt driven or the timings of this or other tasks will suffer. 

What is the best way to do this? I was hoping there would be a way to tie the mailbox to a rti event but i dont see anything in the TRM about this,

I could see DMA being a possibility but most of the time the data in the mailboxes will be static so this seems a heavy handed way to simply request a TX of a mailbox.

Has anyone done anything like this? I need to consume as little CPU time as possible for this task.

Thanks