Can a CRC32 calculation be derived in terms of CRC16 calculations?
I need to calculate a 32-bit CRC but the microprocessor I am using only has a 16-bit CRC peripheral. Would it be possible to still use this 16-bit peripheral as part of my 32-bit calculations, and then assemble the 32-bit result from 16-bit pieces? (As in, using the hardware for subcalculations toward the final result.)