Hello Everybody,
I have CC3200mod (master) with connected accelerometer (slave) on pins 05 (CLK, GPIO14) and 06 (DATA, GPIO15).
I have configured I2C as follows:
MAP_PRCMPeripheralClkEnable(PRCM_I2CA0, PRCM_RUN_MODE_CLK);
MAP_PinTypeI2C(PIN_05, PIN_MODE_5);
MAP_PinTypeI2C(PIN_06, PIN_MODE_5);
The problem is when i tried to read a DATA there is no clock, DATA changes from high to low and nothing happens (like freezing).
Please help me to solve the problem.
Thank you.