This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

AXI SLAVE PERIPHERAL

Hi everyone! Please help me.. i have  a project with a custom axi slave  design that  implements multiple memory ranges 256 words each . A master ( my processor in figure) can write burst data to the example slave and read the data back. The problem is that i don't find the API or the instructions  to program the ARM processor inside the zynq 7000 to work in burst mode!

Can someone help me??

thanks!!

Best regards!

project.PNG
Parents
  • As far as I remember from my past (short) experience with Zynq systems, one way to do this is using the DMA engine included in the PS. You should be able to program the DMA specifying burst size, length, dst address and so on.

Reply
  • As far as I remember from my past (short) experience with Zynq systems, one way to do this is using the DMA engine included in the PS. You should be able to program the DMA specifying burst size, length, dst address and so on.

Children