Question
Calculate rcc with stm32f10x
Posted on March 14, 2017 at 17:23
Hi,
Here is my input data

you assume that I have 4 variables such as Data1,Data2,Data3 and Data4 that store each byte (Data1 saves d24-d31 and Data4 stores D0-D7). So I want to know how can I execute Crc-8 algorithm in these data according to datasheet with SPL library. I would appreciate give me a simple source because I don't have any Idea How I can implement this algorithm form my input data.
