Author |
Message |
Topic: 16F876 & SHT71 |
mce91
Replies: 3
Views: 5949
|
Forum: General CCS C Discussion Posted: Fri Aug 19, 2005 5:21 pm Subject: 16F876 & SHT71 |
After lot of hours ... the solution by my self !!!
unsigned int8 crc_sht (char *data,unsigned char oldcrc, unsigned int8 length)
{
unsigned int8 i=0, ibit=0, c=0, crc;
#bit crc4 ... |
Topic: 16F876 & SHT71 |
mce91
Replies: 3
Views: 5949
|
Forum: General CCS C Discussion Posted: Thu Aug 18, 2005 4:33 pm Subject: Re: 16F876 & SHT71 |
My crontrainte is not to be able to use a table of CRC (no more place available)
Michel
If that is your only problem, then go upgrade your PIC16F876 to a PIC18F252. You'll now have double the sp ... |
Topic: 16F876 & SHT71 |
mce91
Replies: 3
Views: 5949
|
Forum: General CCS C Discussion Posted: Thu Aug 18, 2005 4:15 pm Subject: 16F876 & SHT71 |
Hello
I has fought for 2 days to make the calculation of the CRC between a SHT71 and a PIC16F876.
Even with the scope note from sensirion I do not arrive there
http:// ... |
|