I need to calculate a CRC on a block of data that matches a CRC calculation done in an 8 bit microcontroller (8051 using Keil C51 compiler).
The CRC is calculated on a block of 512 bytes according to the Get_Buf_CRC() function below:
B4X:
uint Get_Buf_CRC( uchar *ptr, uint numbytes ){
uint...