Forum Discussion
Altera_Forum
Honored Contributor
12 years agoI have no experience with PCI Express so I can't answer you directly, but this triggered my attention:
--- Quote Start --- Scatter Gather DMA transfer of 461KB --- Quote End --- are you transferring those with only one descriptor, or with a chain of descriptors? AFAIK the SGDMA core is limited to 64kb transfers, so if you try to transfer more than this amount with a single descriptor, you will probably run into strange results. Can you put a signaltap probe on the stream interface on the SGDMA to check that the data packets are transferred correctly?