Other Parts Discussed in Thread: C2000WARE
i used the example in that directory C:\ti\c2000\C2000Ware_4_02_00_00\libraries\dsp\VCU\c28\examples\crc\28003x_vcrc_config_poly to calculate CRC 32C the configuration were the following i just added Xor with 0xffffffff at the end and it worked well but the input values i gave to the msgbuffer had to be flipped in order for the calculations to be right for example if i want to calculate crc32c for 0x0096 i will have to replace the lower byte with the higher byte so it will be 0x9600... i worte a code to do that flip before sending it to msgbuffer the problem is that the data i will test crc value is very big and the flipping in a new array might not be practical or professional
so i tried to change the parity from even to odd and give the msg buffer the value without replacing the low byte with the higher byte but didn't get the result i was hopping to get so any solution to my problem how to change those configuration to solve it ? thanks
