Forum Discussion
Altera_Forum
Honored Contributor
14 years agoADC to DDR2 using Avalon-ST
I've been searching the forums for a few examples on how to stream ADC data to DDR2 for awhile now and finally think i've built a system that correctly does this. Im just looking for some validation ...
Altera_Forum
Honored Contributor
14 years agoYou should read the datasheet of sgdma core first. No, there's no full signal as You can transfer only up to 65.5kb of data per descriptor, so You can do the math how many descriptors You'll need to fill the memory. Also remember, that 125MHz Nios system won't be able to work with all the data, as some of Your commands will take more than one cpu instruction.