CyU3PDmaChannelConfig_t CyU3PDmaMultiChannelConfig_t

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hi!

CyU3PDmaChannelConfig_t    CyU3PDmaMultiChannelConfig_t  each have parameters size。

CyU3PDmaChannelConfig_t    AA;

AA.size =1024;

AA.count = 8;

CyU3PDmaMultiChannelConfig_t BB;

BB.size =1024;

BB.count = 8;

In the AA,the DMA total size is 1024*8  and each buffer size is 1024.

In the BB,the DMA total size is 1024     and each buffer size is 1024/8=128.

Whether I understand correctly or not?

0 Likes
1 Solution
YangyangC_06
Employee
Employee
750 replies posted 500 replies posted 250 replies posted

The multi here means multi sockets. The DMA buffers are the same in these two cases.

View solution in original post

0 Likes
1 Reply
YangyangC_06
Employee
Employee
750 replies posted 500 replies posted 250 replies posted

The multi here means multi sockets. The DMA buffers are the same in these two cases.

0 Likes