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.

AM5728: AM5728 DSP的使用问题

Part Number: AM5728

您好,我想把AM5728单独用DSP,外围接口的话,我用了GPMC.总结一下,就是我想把AM5728,单独用DSP,DSP外挂GPMC接口,接受FPGA来的数据, 谢谢

1, 用了GPMC后,是否需要用IPC?用了IPC后,是否就不能用windows下的ccs编译了?

2,我这种方案,有没有参考教程啥的?

  • 1. 如果只用DSP单核的话,不需要和ARM核通信,不需要用IPC核间通信了。

    2. 这种我们没有例程,因为我们的EVM板上没有GPMC+FPGA这种接法。 RTOS processor SDK里有写关于GPMC的例程pdk_am57xx_1_0_12\packages\ti\csl\example\gpmc,可以在此基础上修改。