首页 | 新闻 | 新品 | 文库 | 方案 | 视频 | 下载 | 商城 | 开发板 | 数据中心 | 座谈新版 | 培训 | 工具 | 博客 | 论坛 | 百科 | GEC | 活动 | 主题月 | 电子展
返回列表 回复 发帖

请教用dma方式读外部fifo

请教用dma方式读外部fifo

想用dma方式直接读取外部fifo(emif总线)的数据,在外中断返回后启动dma,但是读到的所有数据(32个int型)都一样(实际fifo中存的不一样)而且和fifo中的任一数据都不一样,从示波器看fifo的读信号(re or ce or fifo地址的非)只有一个脉冲。


如果不用dma方式,而是用cpu读的话,读入数据正确,用示波器看fifo读信号有一串脉冲。


为什么dma不成功那?请指教

use FIFO flags to interrupt the DSP, where it starts
a DMA for the amount that the Flag says is available.

海潮 http://blog.sina.com.cn/m/haichao
楼上的,没看懂你的意思,能解释一下吗
返回列表