Magman
Newbie level 2
- Joined
- Dec 29, 2012
- Messages
- 2
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,294
Hi everyone
I need your help to build a self check 8bit shifter.
Generally my idea is to use crc8 generator to encode input data. I used such module in my project.
Everything to this point is great, i receive correct crc values (8 bit) from generator (I compared it with CRC8 calculator in the internet).
But then i need to shift it. I don't know how to perform arithmetic operations on the data with checksum.
After shifting there will be wrong checksum.
Maybe there is a better way to create sc shift register than using CRC?
Thanks in advance!
I need your help to build a self check 8bit shifter.
Generally my idea is to use crc8 generator to encode input data. I used such module in my project.
Everything to this point is great, i receive correct crc values (8 bit) from generator (I compared it with CRC8 calculator in the internet).
But then i need to shift it. I don't know how to perform arithmetic operations on the data with checksum.
After shifting there will be wrong checksum.
Maybe there is a better way to create sc shift register than using CRC?
Thanks in advance!