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.
大家好,
应用程序中有一个电池管理部分。
bq40z60是一种完整的电池管理IC (充电+电量监测+保护),如果它可以与TMS320系列MCU连接(没有SMBus),则首选选用它。
使用TMS320系列MCU实现SMBus是否容易?
(见 :https://e2e.ti.com/support/power_management/battery_management/f/180/p/57.7069万/2117899#2117899 )211.7899万)</s>211.7899万
此致,
拉苏尔
您好,Ras,
大多数C200设备本身不支持SMBus,即没有硬件模块。 TMS320F2.8004万x系列器件如果有单个PMBus硬件模块,则可能适用于您的应用。
对于其他设备系列,您必须在I2C上运行SMBus。 我们确实有一个通过I2C实现PMBus的应用程序库-根据您需要的SMBus传输协议的哪一部分,该库可能对您有用。
您可以在controlSUITE (C:\ti\controlSUITE\libs\app_libs\comms\PMBus\V100)中找到代码。