RP2040 I2S RXTX mode #1040
-
Hey all, after getting I2S output working with MCLK on the RP2040 I've now moved on to input, tried following the streams-i2s-serial example however I'm not getting any MCLK output when in RX mode. I've also tried the streams-i2s-i2s example where the MCLK is working properly, and there is data on the DOUT pin of my codec, however I am getting the error I have also tried the streams-i2s-i2s-2 example but am getting the error Is this a hardware issue with the RP2040 or is it a case of just figuring out the right software setup? Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The RP2040 does not support douplex mode where you could read and write at the same time¨ |
Beta Was this translation helpful? Give feedback.
-
I suggest to double check with the basic I2S API that comes with the RP2040. |
Beta Was this translation helpful? Give feedback.
The RP2040 does not support douplex mode where you could read and write at the same time¨
It will work with 2 I2SStream classes: Just comment out the port in the sketch since this is not needed&supported...