Hi,
Im trying to CRC32 (polynomial of 0x4c11db7) two files but I am seeing wierd results on a MSP430F5528. For example I have 2 files (CRC32 checked with Hex workshop and another custom c# app) so i have a correct output, CRC'ing one file consistently outputs the wrong CRC.
Are there any know issue with CRC32 0x4c11db7?
Also the compiler is setup with a large memory model and High (size) optimization.
Any views would be appreciated.
Kind regards
Des