In my design, I am using an audio codec, but not all analog audio i/o channels and digital (I2S) signal pins are used. What should I do with the pins that I am not using?
In my design, I am using an audio codec, but not all analog audio i/o channels and digital (I2S) signal pins are used. What should I do with the pins that I am not using?
There separate rules to follow for unused analog audio and digital audio pins:
Analog audio input pins (i.e. inputs to the ADCs) that are not being used should be connected to the common mode pin or filter.
Analog audio output pins (i.e. outputs from the DACs) should be left unconnected (NC).
Digital audio input pins (i.e. I2S port pins: BCLK_IN, LRCLK_IN, SDATA_IN) should be connected to GND.
Digital audio output pins (i.e. I2S port pins: BCLK_OUT, LRCLK_OUT, SDATA_OUT) should be left unconnected (NC).
If an MCLKI (master clock input) pin is not used, it can be connected to GND.
If the MCLKO (master clock output) pin is not used, it should be left unconnected; typically, the MCLKO pin can also be shut off in the chip's control registers.
There separate rules to follow for unused analog audio and digital audio pins:
Analog audio input pins (i.e. inputs to the ADCs) that are not being used should be connected to the common mode pin or filter.
Analog audio output pins (i.e. outputs from the DACs) should be left unconnected (NC).
Digital audio input pins (i.e. I2S port pins: BCLK_IN, LRCLK_IN, SDATA_IN) should be connected to GND.
Digital audio output pins (i.e. I2S port pins: BCLK_OUT, LRCLK_OUT, SDATA_OUT) should be left unconnected (NC).
If an MCLKI (master clock input) pin is not used, it can be connected to GND.
If the MCLKO (master clock output) pin is not used, it should be left unconnected; typically, the MCLKO pin can also be shut off in the chip's control registers.