Changes

14 bytes added ,  22:07, 13 March 2020
Line 12: Line 12:  
Some commands/replies use CRC(s) for validating the previous N-bytes prior to the CRC. When the CRC is invalid, the app sets an output flag indicating invalid CRC and skips writing output-data to the output-param.
 
Some commands/replies use CRC(s) for validating the previous N-bytes prior to the CRC. When the CRC is invalid, the app sets an output flag indicating invalid CRC and skips writing output-data to the output-param.
   −
This CRC doesn't use Xor(In/Out)/Reflect(In/Out). The polynomial is 0x8D.
+
This CRC doesn't use Xor(In/Out)/Reflect(In/Out). The polynomial is 0x8D. This is CRC8.
    
= Commands =
 
= Commands =