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?
There are 8 buffers created in this case. 4 buffer * 2 producer = 8 buffer total.
-sram