Over time I'll add links to postings on CRCs that I find interesting or entertaining:
Nigel Jones has an essay on how we don't always stop to think about whether what we're doing is actually good enough, even if it is what we've always done. In this case he's talking about CRC selection.
(link: Thoughts on BCC's, LRC's, CRC's and being experienced)
Lammert Bies has a Q&A forum about practical implementations of standard CRC functions.
(link: Error Correction and Detection Forum )
Cyclic Redundancy Codes, Checksums, and related issues for computer system data integrity.
Wednesday, December 28, 2011
Monday, December 26, 2011
What is the best CRC up to 16 bits in size?
Please see the posting at this link for this article:
http://betterembsw.blogspot.com/2010/05/whats-best-crc-polynomial-to-use.html
Monday, December 19, 2011
Should you use a CRC or Checksum?
Please use this link to see this blog posting:
http://betterembsw.blogspot.com/2010/05/which-error-detection-code-should-you.html
Saturday, December 17, 2011
Welcome
Welcome to my blog on Checksums and CRCs!
Over time I'll be posting articles related to checksums, cyclic redundancy codes, parity strategies, and their effectiveness. If you have a particular topic you'd like me to post on please let me know and I'll put it in the idea bin.
If you are looking for more general embedded system topics, please have a look at my Better Embedded Software Blog.
Over time I'll be posting articles related to checksums, cyclic redundancy codes, parity strategies, and their effectiveness. If you have a particular topic you'd like me to post on please let me know and I'll put it in the idea bin.
If you are looking for more general embedded system topics, please have a look at my Better Embedded Software Blog.
Subscribe to:
Posts (Atom)
32-bit CRCs might be insufficient for WiFi
A new paper suggests CRCs might not be enough for WiFi. Is It Time to Upgrade From CRC-32? / Mohit Balany; Craig Partridge (IEEE Xplore / ...
-
Checksums and CRCs involve a repeated computation over the length of a dataword that accumulates a result to form an FCS value. The accumul...
-
Sometimes we hear that someone plans to use a hash function for fault detection instead of a checksum. This is probably not the best idea, b...
-
Comparative speeds for different Checksum & CRC implementations. For more information see my new book: Understanding Checksums and Cy...