Hi, to all:
We hv found the I2C is not to used in CC3200 Camera debug. According the TI camera doc to config:
1. JTAG to SWD: remove J10 and J11 connector.
2. Remove j2 and j3 connector.
3. J6 and J7 set to BP side
Step to trace, found the I2c(only used PIN16 and PIN17) only output the start signal (on oscilloscope), code stay this forever : "while((MAP_I2CMasterIntStatusEx(I2CA0_BASE, false) & I2C_INT_MASTER) == 0)"
Why? how to do?
lei ming:
add MAP_PinTypeI2C(PIN_01, PIN_MODE_0);