Forum Discussion
Altera_Forum
Honored Contributor
10 years agomsgdma stuck in busy state
Hello :) I have a problem with the msgdma. When I submit a descriptor to it and set the go bit it keeps in busy state. I'm using the SoCKit with Cyclone V and Quartus 14.1 The msgdma ...
Altera_Forum
Honored Contributor
10 years agoIt looks like there is a problem with the f2h_sdram interface.
I added two on-chip memory to my design and configured one as rom and one as ram and transfered data between them without any problem. I have also seen that the msgdma shows the behaviour, that after I have send a descriptor to it it keeps in busy. I can reset this by setting the reset dispatcher bit of control register. But I can't get the msgdma into stopped status, even if I have done a reset before. It seems like the msgdma module does stuck in a transfer even after I have reset it. When I transfer another descriptor after the reset this one keeps in the descriptor buffer, another sign that the old descriptor is still in progress after the reset. Is there a known issue with connection between the msgdma and the hps f2h sdram? Or could anybody provide me a qsys configuration example?