#ifndef __CRC_CAL_H #define __CRC_CAL_H #include "stm32f1xx_hal.h" extern uint32_t CRC32_Calculate(uint8_t *pData, uint16_t Length); #endif