Other Parts Discussed in Thread: CONTROLSUITE, C2000WARE
Hi Team,
Here's an issue from the customer may need your help:
The .asm file that the customer created is shown below:
called assembly function:
Uint16 inputdata[6]= {1,2,3,4,5,6}; mycrc.CRCData = inputdata; mycrc.CRCLen = 12; CRC16P1(&mycrc);
The returned result is 0x8059, which does not correspond to the correct result 0xDDBA.
What is the reason?
--
Thanks & Regards
Yale