Tool/software:
Dear all,
we are working on an MCRC-based implementation of the standard CRC32 algorithm (POLY 0x04C11DB7, INIT 0xFFFFFFFF, XOROUT 0xFFFFFFFF, REFIN, REFOUT as specified here: CRC Calculation Online (lddgo.net)). We would like to replicate the functioning and the numerical results of the software algorithm with the MCRC module of AM263x.
Our software implementation of CRC32 works on 8-bit data blocks, for which the CRC of the 8-bit "0" data is 0xD202EF8D, in accordance with the online tool above.
We are focusing on the FULLCPU mode, based on the example from the C:/ti/mcu_plus_sdk_am263x_10_00_00_35/docs/api_guide_am263x/SDL_MCRC_PAGE.html.