Part Number:AM5728
现象:我们公司的铁电挂在 am5728 GPMC上,在应用层使用 memcpy 读写铁电数据时,会导致中断延迟变得很大。
问题:1. 是不是不能实时读写铁电
2. 有什么方法能够解决在读写铁电时,导致中断延迟变大的问题
Shine:
请尝试使用EDMA去读写Fram。memcpy需要使用CPU搬移数据。
,
Chandler Liu:
如何使用edma操作铁电呢,有demo吗
,
Shine:
请问用的是RTOS还是linux,有对应的EDMA driver。
,
Chandler Liu:
Linux
,
Shine:
请参考下面的帖子和Documentation/devicetree/bindings/dma/ti-edma.txt和Documentation/dmaengine/dmatest.txt文档说明。e2e.ti.com/…/2828843