Forum Discussion
Altera_Forum
Honored Contributor
15 years agoYou would have to modify the TSE driver to do that, but it should be possible.
You could prepare a first descriptor for the SGDMA asking to load only the first bytes you require, and then when you decide what to do with the data, create a second descriptor to load the remaining bytes in the packet. You can have a look at the sgdma datasheet (http://www.altera.com/literature/hb/nios2/qts_qii55003.pdf) to see how it works.