Altera_Forum
Honored Contributor
14 years agomaking an IP for DMA transfers
Hello everybody.
I work with the Terasic DE2-115. I'm trying to plug the TRDB-D5M camera on a NIOS II with ethernet. I can read data from the camera with the IP given by terasic, and I can use the NIOS II with ethernet without any problem. But, I have some difficulties to plug the camera on the NIOS. As I can't read the camera on interrupts (there is a lot of pixels), I want to use a DMA. But I read somewhere that the PIO don't work with DMA. So I'm trying to build my own PIO with a pixel clock input. I want this clock to trigger the DMA. So my question : what signal do I have to drive on the avalon MM slave bus to trigger the DMA ?