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.
Part Number: TMS320F280049M
Hi Champs,
I checked the C2000ware driver library example and didn't see dma example in F28004x. Could you please tell me will we provide dma example in future c2000ware release ? If yes, could you please tell me the schedule? thanks!
Hi Whitney,
I got another question, I check the "can_ex4_loopback_dma" code and I didn't know why the RX_OBJ will be in IF2 instead of IF1 ? Because IF1&IF2 can write&read.
There is a code which is CAN_transferMessage(CANA_BASE, CAN_IF2, RX_MSG_OBJ_ID, false, true); However, I think this one didn't set receive object is in IF2. And looks like RX_OBJ is located on IF2. I also check CAN_setupMessageObject(). It looks like all message object is located on IF1 only. Could you please tell me where I can see which IFx message locate ? thanks!