Dear TI,
I am trying the I2C examples shipped with DriverLib: usci_b_i2c_ex3_masterTxSingle.
The only modification that I made in the Source is the following:
//Assign I2C pins to USCI_B0 GPIO_setAsPeripheralModuleFunctionInputPin( GPIO_PORT_P3, GPIO_PIN0 + GPIO_PIN1 );
I have connected the saleae jumper wires to MSP430 P3.0 and P3.1 to see the data transfer. But here is the result.
According to the code, the Transferred data should be incremented but I can not see it. ( I have tested with SPI and the Logic Analyzer works great. ) My second problem is the Clock signal. As you can see this is not very normal.
Looking forward any help & suggestion.
Thank you in advance,
