Hi everybody,
I would like to wire another CS42448 module so that i can have 12 inputs nd 16 outputs,
but in the teensy audio editor if i have the possibility for 2 TDM outputs with two different set of pins, but it's weird,when i select 2 TDM inputs
on the screen design,the new one shows an "!" and have the same pins suggested as the first TDM input.
I look at the teensy 4.1 specs and i see another I2S port,why on the audio editor those pins are not suggested?
My recapitulation: (I take the names as it come on the screen)
(It strange i must post on the /CODE/ to keep the distances,the preview mode shows more tigthten distances and posting sure does it)
Is the "!" on the second TDM input an impossibility to wire and use this or is there a tricking hack to allow that?
I would like to wire another CS42448 module so that i can have 12 inputs nd 16 outputs,
but in the teensy audio editor if i have the possibility for 2 TDM outputs with two different set of pins, but it's weird,when i select 2 TDM inputs
on the screen design,the new one shows an "!" and have the same pins suggested as the first TDM input.
I look at the teensy 4.1 specs and i see another I2S port,why on the audio editor those pins are not suggested?
My recapitulation: (I take the names as it come on the screen)
Code:
T4.x PIN BCLK1 MCLK1 LRCLK1 RX TX
tdm1(input1): 21 23 20 8 (IN1)
tdm2(output1): 21 23 20 7 (OUT1A)
If i look at the specs i have:
T4.x PIN BCLK2 MCLK2 LRCLK2 RX TX
tdm3(input2): 4 33 3 5 (IN2)
tdm2_1(output2): 4 33 3 2 (OUT2)
(It strange i must post on the /CODE/ to keep the distances,the preview mode shows more tigthten distances and posting sure does it)
Is the "!" on the second TDM input an impossibility to wire and use this or is there a tricking hack to allow that?