DMA multi channel buffers

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

cross mob
Anonymous
Not applicable

 When using DmaMultiChannel, MANY_TO_ONE (2 producers, one consumer, 2 sockets) I set the dmacfg.count = 4. Does this allocate 4 DMA buffers, or is it actually allocating 8 buffers because of the MANY_TO_ONE configuration?

0 Likes
1 Reply
ShopithamR_26
Employee
Employee
25 replies posted 10 replies posted 5 replies posted

 There are 8 buffers created in this case. 4 buffer * 2 producer = 8 buffer total.

   

-sram

0 Likes