我在调试I2C程序,用的是TI的D:\ti\controlSUITE\device_support\f2803x\v130\DSP2803x_examples_ccsv5\i2c_eeprom程序,注释中说这个 程序可以运行,但是我单步调试时程序一直在for语句中if(I2cMsgOut1.MsgStatus == I2C_MSGSTAT_SEND_WITHSTOP) 和 if (I2cMsgOut1.MsgStatus == I2C_MSGSTAT_INACTIVE)两句之间跳,程序无法读出数据,请问有人遇到过这种情况吗,谢谢。