Calculate 32-bit CRC by following RM steps. • CRC-32 Algorithm 
• polynomial = 0x04C11DB7 
• seed = 0xFFFFFFFF 
• Bits in a byte are transposed for writes 
• Both bits in bytes and bytes are transposed for read 
• XOR on reading 
