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.

BQ76930 CRC校验问题

Other Parts Discussed in Thread: BQ76930

尊敬的TI 工程师们,

你们好!

请问,在I2C通信中(跟主机STM32),CRC校验 是否可靠? 有无什么缺陷?

我司运用BQ76930  监测电池包作为保护, 需要通过UL1998 软件评估测试。

测试公司质疑,CRC 校验本身存在缺陷。 请问该如何规避或克服呢?  

谢谢!

andy

  • UL1998 评估标准并不是很熟悉,如果是需要保证通讯的可靠性,建议增加以下的软件方法,提高通讯的可靠

    Retry mechanism

    Read back of sent message

    Information Redundancy

    Checksum

    Parity bit

    CRC polynomials

    Time stamp

    Message ID/ Data ID

    Timeout

    Plausibility checks


    以上是增加通讯的可靠性的方法,具体需要分析 针对目前需要规避的某个明确的缺陷增加相应措施。