This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Did anyone ever use Keil's CRC example?

I tried the assembler code at http://www.keil.com/support/docs/488.htm The results don't match other implementations of X^16+X^12+X^5+1 that I've found in C. I should be able to seed it with 0xFFFF, run the message "123456789" (minus the null terminator) through it, and get 0x29B1 as the result, which I don't. Has anyone successfully used this code?

Mark