« Return to Thread: seeking reliable CRC32 algorithm in assembly language

Re: seeking reliable CRC32 algorithm in assembly language

by Jesse Lackey :: Rate this Message:

Reply to Author | View in Thread

Works great.  I've used it in several projects.  Also good for making a
random number starting seed (srand()) - do a CRC32 of all of RAM at
power-on.

Thanks Scott for sharing.

J


Scott Dattalo wrote:

>> Being a typically lazy engineer, I'm hoping that somebody has already
>> invented this wheel for PIC use...?
>>
>> Prefer to use assembler for reasons of familiarity, tweakability and
>> speed.
>
> Hi Matt,
>
> There is one here:
>
> http://www.dattalo.com/technical/software/pic/crc.php
>
> Scott
--
http://www.piclist.com PIC/SX FAQ & list archive
View/change your membership options at
http://mailman.mit.edu/mailman/listinfo/piclist

 « Return to Thread: seeking reliable CRC32 algorithm in assembly language