Other Parts Discussed in Thread: UNIFLASH 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1071105/tms570lc4357…
Other Parts Discussed in Thread: TMS570LC4357 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1030101…
Part Number: TMS570LC4357 Other Parts Discussed in Thread: HALCOGEN
你好,
我现在使用了LAUNCHXL2 570LC43开发板,我尝试使用板子上引出的I2C1的两个引脚与其他板子上的I2C设备通信。
我使用了下图中的J2的1号(GND) 8号和9号 分别连接到其他板子上的GND和I2C管脚。
我的HALCoGen配置如下
我在main函数中先调用了i2cInit()函数,然后我尝试与我的设备通信,但是程序一直开在i2cIsMasterReady或者i2cSendByte函数无法往下继续…