I2S stacking? #2918
thestumbler
started this conversation in
General
I2S stacking?
#2918
Replies: 1 comment 1 reply
-
No, you can't just fan out the LRCLK/SCK pins. The PIOs need to generate their clocking, and multiple PIO SMs aren't all going to start at the exact same time and phase. You could maybe roll your own PIO and C code to do this, but it's not doable with what's in the core. Probably 4 or 8 are doable on the 2350. Just make a sketch with multiple I2S objects and |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently running two PCM1802 I2S audio ADC chips per board, but I'd like to test the limit. How many chips can I run on a single RP2350B. Given the one way nature of the link between the PCM1802 and the MCU, can I just parallel the existing ones into appropriate spare pins on the MCU? Basically run each ADC into 2 or 3 or 4 inputs, without having to spin a new PCB with multiple PCM1802 chains.
Beta Was this translation helpful? Give feedback.
All reactions