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!