2014-07-01 10:03 AM
2014-07-02 06:23 PM
hi,
The configuration is fine.The point is enable both dma rx and tx.And the master needs to do the PTX(primary transition) providing the clk meanwhile the slave have data avalible in buffer.Now I have another issue.The length of message on both side is dynamic. If the length of PTX is different. The receive data would be cut or having a tail like the following case:master PTX: ABCDEFGslave PTX: 123result: master receive:1233333slave receive: ABCDEFGAny input would be help. Many thanks.