Resolved! Error[Li005]: no definition for ''HAL_CRC_Init''
Posted on January 23, 2018 at 02:24I want to add crc function in STM32F030RC, so I add HAL_CRC_Init, and related functions. But there is always 'no definition for 'HAL_CRC_Init'' error when link. I have include 'stm32f0xx_hal.h','stm32f0xx_hal_crc.h...