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.
哪里有用EDMA把某段内存内容拷到另一段内存示例,刚接触,官方提供的例子当中没有这样的示例,谢谢。
可以参考 uart edma的例子,很类似。
对于edma而言,搬运的都是内存上的数据,所以,从urat到ddr和从ddr到ddr原理是类似的。
非常感谢你的回复。 technical reference manual 的 EDMA Events是11.3.19吧,还是我的手册太旧了。关键在EDMA Events没有找到DDR相对应的Event num。
激发dma的不仅仅只有event,也有其他方式,请参考 11.3.4 Initiating a DMA Transfer
如果章节编码不对没关系,直接搜索标题是一样的,最好用最新的trm。