LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

CRC 16 on FIFO data

Hi all, 

 

I'm having some difficulty adapting some code to generate a particular 16 bit crc. I have an expected result of: x0CA6 for a sample set of 32bit data (32 bit data x 64 to be precise). The datasheet specifies that the CRC should be initialized to 0xFFFF

I'm using some code that i found on here that takes a byte array as it's input and calculates a 16 crc. 

 

The polynomial is 0xD175.

 

I'd appreciate any help!

 

 

Datasheet SpecDatasheet SpecBlock diagramBlock diagram

 

 

 

 

 

 

 

 

 

 


FIFO 64 samples + CRC (sample 65)FIFO 64 samples + CRC (sample 65) CRC output resultCRC output result 

0 Kudos
Message 1 of 1
(1,988 Views)