I can't see a dmamux source for bctu fifo2.
does it not exist? don't see that being mentioned anywhere in the data sheet.
i have two separate hw triggers for the bctu to start two separate conversion lists and store the results in a fifo and have a dma to move them over and then trigger the callback in the dma completion to use the adc data.
but cannot do this for the second fifo seemingly as there is not a source for the dma mux to do this with.
Solved! Go to Solution.
Hi,
this chip has two instances of DMAMUX: DMAMUX_0 and DMAMUX_1. See the DMAMUX map file attached to device RM to find information about DMA requests assignment.
BTCU_FIFO2_REQUEST is routed to DMAMUX_1
BR, Petr
Hi,
this chip has two instances of DMAMUX: DMAMUX_0 and DMAMUX_1. See the DMAMUX map file attached to device RM to find information about DMA requests assignment.
BTCU_FIFO2_REQUEST is routed to DMAMUX_1
BR, Petr
Thanks! that was the issue. had to use a dma channel that used dmamux 1. used channel 17 in this case and now it works!