Forum Discussion
Altera_Forum
Honored Contributor
17 years agoHow to define the NULL descriptor in SGDMA
I use the SGDMA in TSE MAC. As its document said, the last descriptor in the descriptor chain must be a NULL descriptor. But I wonder how to define the NULL descriptor. I define it in followin...
Altera_Forum
Honored Contributor
17 years agoCorrection:
- the null descriptor is the last descriptor with the OWNED_BY_HARDWARE bit _cleared_. (not set as I typed earlier). Addition: - the null descriptor addresses and length are "don't cares", as the SG DMA engine will not perform a DMA transfer for this last descriptor. Can someone comment if this is correct or not??