Altera_Forum
Honored Contributor
13 years agoStopping SGDMA Transfer
Implementing NDIS 5.1 driver for WinXPe on triple speed ethernet product. Windows likes to reset the NIC when it loses patience with something, but there appears to be no way to stop an SGDMA rx transfer. Assuming a single descriptor, once you set RUN in the SGDMA control register, it appears the only way to stop the transfer is to use software reset, which the Altera documentation warns is a "last resort". Is there a way to stop and then restart an SGDMA rx transfer? Thanks.