我现在在基于ti提供的usb_dev_bulk的例程上,实现了dma device bulk的实现。发现一个问题:
当usb device bulk 工作于dma 只能处于一种模式(发模式 or 收模式),即不能同时处于发模式和收模式?
这是usb的cppidma的特性吗?
我在阅读ti提供的usb_dev_msc使用dma传输,提供的例程中发现:dma的接收和发送模式之间只有一种模式工作,即现处于dma收模式,然后根据pc发的命令再转换dma是处于发模式还是收模式!
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.
我现在在基于ti提供的usb_dev_bulk的例程上,实现了dma device bulk的实现。发现一个问题:
当usb device bulk 工作于dma 只能处于一种模式(发模式 or 收模式),即不能同时处于发模式和收模式?
这是usb的cppidma的特性吗?
我在阅读ti提供的usb_dev_msc使用dma传输,提供的例程中发现:dma的接收和发送模式之间只有一种模式工作,即现处于dma收模式,然后根据pc发的命令再转换dma是处于发模式还是收模式!