??? 08/11/06 13:41 Read: times |
#122044 - CRC time Responding to: ???'s previous message |
Anyway I think the CRC is cumbersome and makes the encoder too slow for real time applications. But again how slow is slow.
In most cases I do the CRC in the ISR, it is about 11 instructions per byte using table lookup (no ISR overload) but if you do the CRC as a "stand alone after the fact" routine, it can, indeed, be "cumbersome". When you get the dats, I hope the CRC can be done by table lookup, otherwise you need HORSEPOWER (e.g. SILabs f12x) Erik |