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.

[参考译文] MSP430FR2433:MSP430 BSL I2C 问题- SCL 挂起低电平

Guru**** 2349400 points
Other Parts Discussed in Thread: MSP430FR2433
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1481490/msp430fr2433-msp430-bsl-i2c-issue---scl-hangs-low

器件型号:MSP430FR2433

工具与软件:

我正在尝试通过 I2C 在 MSP430 (MSP430FR2433)上启动固件更新。 在我输入 BSL 后、我可以看到 MSP430响应地址0x48 (如果我发送地址、确实会得到 ACK)。 但是、如果向 MSP430发送任何命令、SCL 线会变为低电平并保持该状态。 可能的原因是什么?

I 使用的 I2C 线路位于引脚 P1.2 (SDA)和 P1.3 (SCL)上。 我知道固件更新可以通过 I2C 或 UART 完成。 如果将 MSP430配置为自动检测到 UART 或 I2C、MSP430如何执行该检测?
我已将 P1.5 (UART RX)下拉至接地。 这会导致任何问题吗?

谢谢你。

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    为 BSL 启用 UART 和 I2C 后、MCU 将 自动检测 UART 或 I2C。 如果先有任何一个、则它将是所选的接口。

    可以尝试禁用 UART 并再次测试。