Forum Discussion
Altera_Forum
Honored Contributor
15 years agoSGDMA debug
Hello, I am trying to learn how to use SGDMA to transfer data to memory. First of all, I am trying to connect SGDMA TX directly to SGDMA RX and check results. You can find the source code ->here<-...
Altera_Forum
Honored Contributor
14 years agoThanks for your reply.
The number_of_data defines the memory for ADC data. In my test design, only part of the memory are used. The number_of_buffer and length_of_buffer represent the number of descriptors in the descriptor list and number of bytes transmitted for one descriptor respectively. So the defination is OK. I don't need to continuously smple, just sample several MB bytes and then stream out . Now, SGDMA is the bottleneck of my design. I'm really confused.