From: salimbaba on
hi, i am having this weird sort of problem , my crc32 generator for mac
gives me correct crc32 value only for a particular set of data. for
instance

1- broadcast ip and fixed data ---> correct crc32 value
2- broadcast ip and data set changed ---> incorrect crc
3- general ip and fixed data ---> incorrect crc32.

i have no idea what's wrong with it. just for information , i took crc32
code from outputlogic.com and i am using it.

Kindly reply soon ...thanks a lot :)

---------------------------------------
Posted through http://www.EmbeddedRelated.com
From: salimbaba on
the issue has been solved =D

---------------------------------------
Posted through http://www.EmbeddedRelated.com
From: David Brown on
salimbaba wrote:
> hi, i am having this weird sort of problem , my crc32 generator for mac
> gives me correct crc32 value only for a particular set of data. for
> instance
>
> 1- broadcast ip and fixed data ---> correct crc32 value
> 2- broadcast ip and data set changed ---> incorrect crc
> 3- general ip and fixed data ---> incorrect crc32.
>
> i have no idea what's wrong with it. just for information , i took crc32
> code from outputlogic.com and i am using it.
>
> Kindly reply soon ...thanks a lot :)
>
> ---------------------------------------
> Posted through http://www.EmbeddedRelated.com

You've given no useful information to allow anyone to help you as to
what your problem is - yet you ask for fast replies (politely, which is
nice).

You then follow it up with a useless post with no context (get a proper
newsreader, rather than using EmbeddedRelated's rather poor gateway - or
at least learn to use that gateway properly). You say you've fixed the
problem, but don't say what the problem was or how you've fixed it -
thus ensuring that no one else can benefit from your post.

This newsgroup is a helpful place - but it needs a bit more thought on
the part of the poster!
From: salimbaba on
lol ...sorry mate .. actually it wasn't a problem when i figured out what
was going wrong ... couldn't delete the post from embeddedrelated's site
....

sorry for the inconvenience ..

My signals were not triggering the crc32 generator on time which was
causing problems. And yeah now i realize that i posted no useful info :p so
again sorry for that... will be careful in future.. =)

---------------------------------------
Posted through http://www.EmbeddedRelated.com