Forum Discussion
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- but it also generates an interrupt after a very small delay in receiving a packet so a single packet isn't stranded. --- Quote End --- This on the other hand, I'm pretty sure the SGDMA isn't capable to do. You could probably do it in software, having an alarm thread that regularly checks the descriptors to see if one has finished, but then it starts to be a bit complicated...