Forum Discussion
Altera_Forum
Honored Contributor
15 years agoAdditional info from my question:
descriptor(0) current_descriptor : descriptor[0] next_descriptor : descriptor[1] descriptor(1) current_descriptor : descriptor[1] next_descriptor : descriptor[2] descriptor(2) current_descriptor : descriptor[2] next_descriptor : descriptor[2] *if I create descriptor above, the data keep looping sending descriptor(2), *if I change next_descriptor(2) like below to get a loop, descriptor(2) current_descriptor : descriptor[2] next_descriptor : descriptor[0] *this one will cause the sgdma stop sending continuous data stream. :confused: