No BTCU_FIFO2_REQUEST DMAMUX SOURCE ?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

No BTCU_FIFO2_REQUEST DMAMUX SOURCE ?

Jump to solution
273 Views
not_a_duck
Contributor III

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.

Screenshot 2024-09-06 at 2.04.36 PM.png

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. 

Tags (4)
0 Kudos
Reply
1 Solution
213 Views
PetrS
NXP TechSupport
NXP TechSupport

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

PetrS_0-1725861947371.png

BR, Petr

View solution in original post

2 Replies
214 Views
PetrS
NXP TechSupport
NXP TechSupport

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

PetrS_0-1725861947371.png

BR, Petr

199 Views
not_a_duck
Contributor III

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!

0 Kudos
Reply