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.

DSP/BIOS 如何将FPGA中的数据传输到DSP中?



设计了一个DSP+FPGA的板子,想把FPGA中的数据传输到DSP中,如何实现?我在程序中定义了两个数组,一个想放在DSP的地址中,一个是FPGA的地址,如何在DSP/BIOS中将FPGA中的数据传输到DSP中?