Hello,
I am having some issues getting I2C0 to work on the 6748. I am working on a custom board and i am trying to get my 6748 to talk to a TI codec, AIC34.
I have I2C1 working just fine.
My problem is partially that the board was laid out incorrectly. there aren't any test points on the I2C lines from the DSP to the codec and it is BGA to BGA so i can't really see the I2C signals. also there were no pull up resistors on the I2C0 lines, although we think we might have fixed that by attaching to traces (which i am thinking of pressing my luck and connecting wires to the traces but that will likely screw up the resistors that are soldered on to those). my problem is that
A) I don't even know if the I2C0 is active. I cannot find anywhere in the PSC that lists a spot for I2C0 so I have no idea if it is powered up or not.
B) since i don't have any test points (even on the codec) i can't tell if the codec is just in reset or something.
I guess my question right now is: How can I tell if the I2C0 is powered up?