jlgcumt 发表于 2011-6-23 21:04

F28335问题

F28335的DMA是不是一个transfer就需要触发一个中断呀,还是一个中断触发一个transfer

10# 发表于 2011-6-24 13:50

The DMA module is an event-based machine, meaning it requires a peripheral interrupt trigger to start a DMA transfer. Although it can be made into a periodic time-driven machine by configuring a timer as the interrupt trigger source, there is no mechanism within the module itself to start memory transfers periodically.
F2823x/33x DMA用户手册(可根据序列号SPRUFB8D在TI主页查找)开篇第一章Introduction(P8)有上面一段话,很明确地说明了是外设中断触发DMA transfer.

jlgcumt 发表于 2011-6-24 20:15

有没有个例子呀,看手册看的晕乎乎的

10# 发表于 2011-6-24 22:32

到以下网址可以下载整个F2823x/33x系列的所有外设的例程:
http://focus.ti.com/docs/toolsw/folders/print/sprc530.html
页: [1]
查看完整版本: F28335问题