This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TAS5806M: Communication problem with TAS5806M - ESP32 - PCM1808EVM

Part Number: TAS5806M
Other Parts Discussed in Thread: PCM1808EVM, PCM1808

Hi,

I correctly configured the esp32 to receive audio via bluetooth and transmit it to the TAS5806M with sample_rate 44100 and bits_per_sample 16 and everything works correctly.

Now I want to integrate the PCM1808EVM to be able to read the audio from the 3.5mm jack of a smartphone and transmit it to the TAS5806m.
I configured a second i2S port on the esp32 to be able to read the PCM1808EVM and I configured it to 24 bit but changing the port configuration of the TAS5806m to 24 bit no sound seems to come out. There is some particular command to be sent to the TAS in order to make it work correctly at 24 bit. Or could I be doing something else wrong?

Thank you