最近在做bq 76930 +stm32显示电压电流,电压没用crc,数据乱跳,然后没找到电流数据在哪个寄存器,求指教
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.
最近在做bq 76930 +stm32显示电压电流,电压没用crc,数据乱跳,然后没找到电流数据在哪个寄存器,求指教
电流数据在CC_HI(0x32)和CC_LO(0x33)
从这两个寄存器里面读出来高8位和低8位后的数据就是电流值吗? 不需要经过换算吗?比如说我是250ms进行一次数据的采集,那么读到的数据是不是除以时间就是电流?