SDAA287 March 2026 ADS112C04 , ADS112U04 , ADS114S06 , ADS114S08 , ADS122C04 , ADS122U04 , ADS124S06 , ADS124S08 , ADS125H01 , ADS125H02 , ADS1260 , ADS1261 , ADS1262 , ADS1263 , ADS127L01 , ADS127L11 , ADS127L14 , ADS127L18 , ADS127L21 , ADS131A02 , ADS131A04 , ADS131M02 , ADS131M02-Q1 , ADS131M03 , ADS131M03-Q1 , ADS131M04 , ADS131M04-Q1 , ADS131M06 , ADS131M06-Q1 , ADS131M08 , ADS131M08-Q1 , ADS7028 , ADS7038 , ADS7066 , ADS7067 , ADS7128 , ADS7138 , AFE78101 , AFE781H1 , AFE78201 , AFE782H1 , AFE88101 , AFE881H1 , AFE88201 , AFE882H1 , DAC60504 , DAC60508 , DAC61401 , DAC61402 , DAC61404 , DAC61408 , DAC61416 , DAC70504 , DAC70508 , DAC71408 , DAC71416 , DAC7750 , DAC7760 , DAC80504 , DAC80508 , DAC81401 , DAC81402 , DAC81404 , DAC81408 , DAC81416 , DAC8741H , DAC8742H , DAC8750 , DAC8760 , DAC8771 , DAC8775 , HDC3020 , HDC3020-Q1 , HDC3021 , HDC3021-Q1 , HDC3022 , HDC3022-Q1 , LMP90077 , LMP90078 , LMP90079 , LMP90080 , LMP90097 , LMP90098 , LMP90099 , LMP90100 , TMAG5173-Q1 , TMP114 , TMP126 , TMP126-Q1 , TMP1826 , TMP1827
Clip out the example code in Figure 2-1 and paste into a text editor. Save the code as a hypertext markup language (.html) file.
Clipping and pasting the text from the figure above can strip out the indents for each line. Add the spaces for easier viewing, but the code runs without the indents.
Using WordPad?, open an empty file and paste the text. Select the File menu and use Save as. Go to Save as type and select All files (*.*). The encoding is UTF-8. Enter a file name (crc.html) and click Save to place the html file in a directory you have chosen. After saving this file on the computer, click on the icon, and the html runs on the default browser. A hex string of ABC123 is the default value. The browser window looks like Figure 2-2 at start up.
Figure 2-2 Browser Window for CRC CalculatorTo run the calculator, start with the default hex string of ABC123 and click on the Calculate CRC button and the browser returns B5 as the result in Figure 2-3. Both the input and output are in hex, without spaces.
Figure 2-3 CRC Result for 0xABC123, CRC-8-CCITT, Initial Value 0x00 Replace the existing ABC123 hex string to calculate a new value. Use a hex string without non-hex characters. Both upper and lower case characters are accepted. A value of 020026 is selected in the example below. This string is the AFE881H1 write register command to disable CRC. Click on Calculate CRC and a new result appears as in Figure 2-4.
Figure 2-4 CRC Result for 0x020026, CRC-8-CCITT, Initial Value 0x00 The CRC value 0x24 is calculated from 0x020026. This value is appended to the command to disable the CRC in the AFE881H1 after startup of the device.