Part Number: AM263P4-Q1
I have reviewed the sample code. Could you please provide more specific implementation details?
I am attempting to calculate the CRC using the following specifications:
CRC Type: CRC32 (Supports standard CRC-32 (IEEE 802.3))
Seed Value: 0xEDB88320
Data Size Unit: 8 bits (byte-by-byte processing)
Initial Value: 0xFFFFFFFF
Final Processing: XOR the final value with 0xFFFFFFFF (i.e., output inversion)
I believe the seed value can be set using SDL_MCRC_setPSASeedSig().
When using Semi-CPU mode or Auto mode, are there ways to set the data size unit, the initial value, and invert the final value using the SDK (MCRC)?
Regards,
Imaoka