我想使用BCAST模式充电,就是让电池自己把ChargingVoltage() and ChargingCurrent()发送到smart-charger device
,让smart-charger device自己输出电池需要的电压和电流;我设置BCAST为1,host地址为78350的地址17,charger地址为充电芯片地址12,但发现实际没有发送广播,不知道还需要设置那里?
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.
我想使用BCAST模式充电,就是让电池自己把ChargingVoltage() and ChargingCurrent()发送到smart-charger device
,让smart-charger device自己输出电池需要的电压和电流;我设置BCAST为1,host地址为78350的地址17,charger地址为充电芯片地址12,但发现实际没有发送广播,不知道还需要设置那里?
CHGM,你设置一下试试呢。 你用的SMBus通信吗? 你的可以吗?我想把78350设置成slaver 再用SMBus通信一直没有成功,你有SMBus 可用的代码吗?
我使用IIC直接用EV2300读取寄存器的值的。感觉TI的这种支持方式很别扭,不即时。