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.

TMS320F280049C: Automiatic read data from IF3 by DMA

Part Number: TMS320F280049C
Other Parts Discussed in Thread: C2000WARE

Hello,

     I want to use IF3 and DMA to receive data from mailbox1 automatically, without interrupt. This CAN is only used to receive data,  and can receive four bytes data once( periods = 100us). received data will be moved to destination address(A DWORD type) by DMA. the destination address is fixed, the contents of this DWORD is updated per 100us. 

   Does this idea work? How  to achieve this? Is there CODE/APP NOTE share with me? thanks!