Dear,
I would like to create new routines, capable of handling different instances for calculating the CRC.
My question is: can I:
1.
uint a = CRC->CRCOUT;
2.
do another second CRC calculation and then continue the first calculation
3.
CRC->CRCSEED = a;
and continue the first calculation