Other Parts Discussed in Thread: TMP101 , TMP100 , MSP430F249 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/849901…
Other Parts Discussed in Thread: TMP100 , MSP430G2553 / Description: I2C interface to TMP100 temperature sensor in 9-bit mode.
// Timer_A CCR0 interrupt is used to wake up and read the two bytes of
// the TMP100 temperature register every 62ms. If the temperature…
Other Parts Discussed in Thread: TM4C1294NCPDT , TMP100 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum…
我打算使用TI F28335开发板读取一个湿度传感器的数据,通过I2C 通信。 我附上修改后的程序(基于TI官方的给F28335写的I2C的一个例子程序),发现这个例子程序并不可以运行。每次都是卡在 while(I2caRegs.I2CSTR.bit.XRDY == 0); // wait until first byte is out 这条语句无线循环,并不能继续执行下去。这个问题困扰我很久,是因为这个例子程序本身就有问题吗?还是因为其他原因? 这个传感器我目前使用的datasheet的PDF文件链接如下…