Magman
Newbie level 2
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!