SR176A4T1GE STMicroelectronics, SR176A4T1GE Datasheet - Page 33

no-image

SR176A4T1GE

Manufacturer Part Number
SR176A4T1GE
Description
Manufacturer
STMicroelectronics
Datasheet

Specifications of SR176A4T1GE

Operating Temperature (max)
85C
Operating Temperature Classification
Commercial
Lead Free Status / RoHS Status
Compliant
SR176
Appendix A
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#define BYTE
#define USHORTunsigned short
unsigned short UpdateCrc(BYTE ch, USHORT *lpwCrc)
{
}
void ComputeCrc(char *Data, int Length, BYTE *TransmitFirst, BYTE *TransmitSecond)
{
BYTE chBlock; USHORTt wCrc;
}
int main(void)
{
BYTE BuffCRC_B[10] = {0x0A, 0x12, 0x34, 0x56}, First, Second, i;
ch = (ch^(BYTE)((*lpwCrc) & 0x00FF));
ch = (ch^(ch<<4));
*lpwCrc = (*lpwCrc >> 8)^((USHORT)ch << 8)^((USHORT)ch<<3)^((USHORT)ch>>4);
return(*lpwCrc);
wCrc = 0xFFFF; // ISO 3309
do
wCrc = ~wCrc; // ISO 3309
*TransmitFirst = (BYTE) (wCrc & 0xFF);
*TransmitSecond = (BYTE) ((wCrc >> 8) & 0xFF);
return;
printf("Crc-16 G(x) = x^16 + x^12 + x^5 + 1”);
printf("CRC_B of [ ");
for(i=0; i<4; i++)
ComputeCrc(BuffCRC_B, 4, &First, &Second);
printf("] Transmitted: %02X then %02X.”, First, Second);
return(0);
{
chBlock = *Data++;
UpdateCrc(chBlock, &wCrc);
} while (--Length);
printf("%02X ",BuffCRC_B[i]);
ISO 14443 Type B CRC calculation
unsigned char
ISO 14443 Type B CRC calculation
33/35

Related parts for SR176A4T1GE