有两个问题需要咨询:
1、 UPP是否必须使用DMA?地址是如何传过去的?
2、DSP能否直接访问FPGA上的某个地址,而不是先DMA到DDR中再访问?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
有两个问题需要咨询:
1、 UPP是否必须使用DMA?地址是如何传过去的?
2、DSP能否直接访问FPGA上的某个地址,而不是先DMA到DDR中再访问?
1. 必须使用。可以参考下面的2.4.1 DMA Programming Concepts
https://www.ti.com/lit/ug/sprugj5b/sprugj5b.pdf
2. DSP不能直接访问FPGA上的某个地址,通过DMA window address配置访问地址。