Two simultaneous I2S modules in TX mode possible? #584
-
Hello, My idea is to use BT or Internet radio as a source, then sink the data to both I2S streams. Do you think it is possible to I initialize two I2S streams (utilizing I2S_0 and I2S_1) and config two DataOut pins? Any help will be highly appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The following exemple uses the 2 I2S channels. Just create a MultiOutput and add the to streams to it... I have never done something like this, so I do not know about the pitfalls.... |
Beta Was this translation helpful? Give feedback.
-
Take this example and instead of writing the data to the I2SStream you would write the a MultiOutput which consists of 2 I2SStream. When setting up the I2S also make sure that you a different port for each. |
Beta Was this translation helpful? Give feedback.
The following exemple uses the 2 I2S channels. Just create a MultiOutput and add the to streams to it...
I have never done something like this, so I do not know about the pitfalls....