Forum Discussion
Altera_Forum
Honored Contributor
12 years agosetting an RX and TX channels on the same DMA
Hi In my current system there are 2 DMAs for transferring data between a peripheral and an SRAM. one DMA is dedicated for RX and the other is for RX. for a better resource usage I'm trying ...
Altera_Forum
Honored Contributor
12 years agoSome more info:
I forgot to add that both the peripheral and the SRAM are MM avalon. Today I found out that if I run my software on a DMA that has it's read master connected to SRAM and write master connected to the peripheral the DMA works. when I connect the both the read and write masters to the SRAM the DMA (configured by the same software) stops to work.