This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28335I2C模块的SCL引脚这样配置是不是就会有时钟信号?



InitSysCtrl();     //这个包含了SysCtrlRegs.PCLKCR0.bit.I2CAENCLK = 1;   

InitI2CGpio();

I2caRegs.I2CMDR.bit.IRS = 0;
I2caRegs.I2CPSC.all = 14; 

I2caRegs.I2CCLKL = 10;
I2caRegs.I2CCLKH = 5; 

I2caRegs.I2CMDR.bit.IRS = 1;