User Tools

Site Tools


en:pfw:crc_generation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
en:pfw:crc_generation [2023-09-04 18:12] – ↷ Seite von pfw:crc_generation nach en:pfw:crc_generation verschoben uhoen:pfw:crc_generation [2023-09-04 18:12] (current) – ↷ Links angepasst, weil Seiten im Wiki verschoben wurden uho
Line 15: Line 15:
  
 The start-value is critical: start with 0xFFFF and you have the CCITT version of CRC-16, start with 0x0000 and you have the CRC-16 as used in the XMODEM data-transfer protocol.\\ The start-value is critical: start with 0xFFFF and you have the CCITT version of CRC-16, start with 0x0000 and you have the CRC-16 as used in the XMODEM data-transfer protocol.\\
-- [[pfw:crc-math|CRC mathematical background]]: If you are interested, have a look at a background discussion\\ +- [[en:pfw:crc-math|CRC mathematical background]]: If you are interested, have a look at a background discussion\\ 
-- [[pfw:crc16]]: CRC-16 sample implementation\\ +- [[en:pfw:crc16]]: CRC-16 sample implementation\\ 
-- [[pfw:crc32_ieee|CRC32-IEEE]]: IEEE 32bit CRC standard protocol\\ +- [[en:pfw:crc32_ieee|CRC32-IEEE]]: IEEE 32bit CRC standard protocol\\ 
-- [[pfw:crc32c|CRC32-Castagnoli]]: 32bit CRC according to Castagnoli\\ +- [[en:pfw:crc32c|CRC32-Castagnoli]]: 32bit CRC according to Castagnoli\\ 
-- [[pfw:crc32_koop|CRC32-Koopman]]: 32bit CRC according to Philip Koopman\\ +- [[en:pfw:crc32_koop|CRC32-Koopman]]: 32bit CRC according to Philip Koopman\\ 
-- [[pfw:crc-for-nrf24l01|CRC-nRF24L01+]]: 16bit CRC CCITT as used in the nRF24L01+\\ +- [[en:pfw:crc-for-nrf24l01|CRC-nRF24L01+]]: 16bit CRC CCITT as used in the nRF24L01+\\ 
-- [[pfw:crc32_ieee_tablebased|CRC32 table based]]: fast 32bit IEEE using tables+- [[en:pfw:crc32_ieee_tablebased|CRC32 table based]]: fast 32bit IEEE using tables
  
 ==== Pseudo code ==== ==== Pseudo code ====
en/pfw/crc_generation.1693843962.txt.gz · Last modified: 2023-09-04 18:12 by uho