BMW i3 CMU CRC Finalxors

Post Reply
modellfan
Posts: 177
Joined: Tue Jul 12, 2022 11:20 am
Has thanked: 20 times
Been thanked: 61 times

BMW i3 CMU CRC Finalxors

Post by modellfan »

Because I wasn't able to find them in the internet, I reversed them myself. The table is holding ID vs FinalXOR. I have only 7 modules connected, this is why one ID is missing. Can be redone with the tool: viewtopic.php?p=87214#p87214

Code: Select all

// ---- User-defined per-ID CRC xorout table (learned) ----
static const CrcParams kCrcTable_User_Fast[] = {
  {0x081, 0x60},
  {0x082, 0xCF},
  {0x083, 0xAA},
  {0x084, 0x8C},
  {0x085, 0xE9},
  {0x100, 0xAA},
  {0x101, 0xCF},
  {0x102, 0x60},
  {0x105, 0x46},
  {0x106, 0xE9},
  {0x107, 0x8C},
  {0x123, 0x39},
  {0x125, 0x7A},
  {0x126, 0xD5},
  {0x131, 0xED},
  {0x133, 0x27},
  {0x135, 0x64},
  {0x136, 0xCB},
  {0x141, 0xB7},
  {0x142, 0x18},
  {0x143, 0x7D},
  {0x145, 0x3E},
  {0x151, 0xA9},
  {0x153, 0x63},
  {0x155, 0x20},
  {0x161, 0x8B},
  {0x162, 0x24},
  {0x165, 0x02},
  {0x170, 0xF0},
  {0x171, 0x95},
  {0x172, 0x3A},
  {0x175, 0x1C},
};
Post Reply