Altera_Forum
Honored Contributor
10 years agoSGDMA Reception in Polling mode
Hi,
I want to poll SGDMA for incoming packets from the network in TSE, here what I am doing is constructing the descriptor and submitting it with do_sync_transfer and it polls BUSY bit and returns when completed, after that I am reading data and store to buffer. But my code stuck in polling busy bit in the do_sync_transfer. Any body know how to solve this?