Trouble using STM32F4's CRC on 8 bit array
Posted on January 12, 2014 at 01:29I am using a STM32F4's internal CRC peripheralMy test sample data works against the code available at http://www.opensource.apple.com/source/xnu/xnu-1456.1.26/bsd/libkern/crc32.cSample data is { 0xA1, 0x11, 0xC0, 0...