CAPL实现CRC8的几种方式


文章目录

  • Crc_CalculateCRC8
  • 直接计算法
  • 查表法


Crc_CalculateCRC8

CANoe自带函数,12.0 SP5以上版本支持。

long Crc_CalculateCRC8 (BYTE* data, dword dataSize, dword dataOffset, dword crcLength, dword crcStartValue, dword firstCall, dword* crcCalculated);

你可能感兴趣的:(车载网络诊断测试那些事儿,CANoe,CAPL,CRC8)