I am using the nrf_i2s driver, and it works properly ... with CONFIG.CHANNELS set to stereo.
But for my application, I only need to drive data onto SDOUT left channel.
But I do not see any difference in behavior when I set CONFIG.CHANNELS to Left channel (NRF_I2S_CHANNELS_LEFT).
What I observe is that my transmit buffer contents appear on both Left and Right channel.
I might have expected my transmit buffer contents to only appear on the Left channel (and Right channel to have 0 value ... silence)
What is expected behavior when I have CONFIG.CHANNELS set to NRF_I2S_CHANNELS_LEFT ?
Thanks.