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.

TMS320C6678: EDMA3的在算法优化中的使用

Part Number: TMS320C6678


初学者想用EDMA3优化一个算法,输入是一个大矩阵,构想是使用EDMA3从DDR3传入LL2,然后处理完数据再从L2L传到DDR3,实现数据传送和计算的并行处理,参考了CSL的EDMA3_test例子,看不太懂,有什么参考的代码么