Tool/software: Code Composer Studio
Hello.
I have connected PCM1864LMBEVM and C5545, but it is not working as I2C.
Please answer the following items:
1. how to set slave mode
- The following document explains that when J2 Pin is OFF, it is set to slave mode.
- If J2 Pin is OFF, communication is not possible because I2C line is always in BUSY state.
2. what is the slave address
- In the following document, the address is 0x9C,
- In the voice_ui_cloud demo source (codec_pcm186x.c), it is 0x4A.
Thanks.