Altera_Forum
Honored Contributor
13 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 to merge the 2 DMAs into one, the idea is to define 2 DMA channels to get the same functionality with half the resource. for some reason I fail to define that in software. I'm using Q12.0 sp2 with SOPC builder, and a NIOS processor. the software uses the uCOS II operating system and I'm using the HAL functions. can any one point me to a reference design a tutorial on how to achieve my goal?