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.

am335x EDMA uart linux

linux-3.2.0-psp04.06.00.10  中 uart口的EDMA 怎么开,,直接

static struct omap_uart_port_info omap_serial_default_info[] __initdata =

{  {   .dma_enabled = true,//false,  

};

根本不行,,tx的 omap_request_dma 老是失败

最后只设置 需要用到的uart5 的dma_enabled = true

omap_request_dma 之前先 omap_free_dma,之后申请倒是成功了

但是 omap_request_dma 的callback 始终没有执行,,数据根本发不出去 ,

发送根本发不出去,接收更是没有一点反应,,谁能告诉我这是什么问题啊,

还有 335x的串口哦最高速度 是不是只有3M多啊

 

x 出现错误。请重试或与管理员联系。