2010-06-04 09:10 AM
2011-05-17 01:00 AM
I adjusted the linked list Control register to include the length (it wasnt there when I posted this)
Linked_List_Descriptor_Table[3] = 0x0C480024; -Using a fixed length string to test this for now. From what I can tell, my DMA is not being called - I setup a TC interrupt for it, and it does not trigger. The docs mention that it needs to see a request from the peripheral, and thats where I currently am waiting to get this to work. If anyone has ever gotten DMA to work transmitting data please let me know. Thanks2011-05-17 01:00 AM
Hi Daniel,
Have you found a resolution to this problem? I am also seeking example source code and/or documentation that defines how to enable USB transfers via DMA.
-Kelly