Hello!
I am attempting to communicate with the CDCM6208V2 evaluation board DIRECTLY from my Tiva Launchpad via I2C. Is this possible? I am using jumper wires to connect the SDA/SCL lines (I2C0, PB3/PB2) from the Launchpad directly to the clock synthesizer board. I'm struggling to determine the prober physical connections. I've tried several connections on the clock board without success, though through SCL_PIN4/SCI_SDA_PIN1, I did at least receive an I2C_MASTER_ERR_ADDR_ACK/I2C_MASTER_ERR_DATA_ACK from my call to I2MasterErr(I2C0_BASE), after my I2MasterControl(I2C0_BASE, I2C_MASTER_CMD_SINGLE_SEND). Other connections have yielded a hang at while(I2CmasterBusy(I2C0_BASE)). I can give you my complete code snippet, but I'm more concerned about the validity of my hardware connections than I am about the software.
Thanks!
Cindy