2018-07-16 03:03 AM
Does STM32F105RB has CRC function? Why I can't get the stm32f1xx_hal_crc.c in \Drivers\STM32F1xx_HAL_Driver?
#stm32f105rbt6-crc2018-07-16 05:08 AM
Hi,
I confirm we have CRC Peripheral on all STM32 series, including our first lines STM32F1 MCUs
embedding the first generation of CRC feature in 2007.
Make a search on CRC text you will find it.
Cheers,
STOne-32.
2018-07-16 05:26 AM
I don't know, it's in my repository
\STM32Cube\Repository\STM32Cube_FW_F1_V1.6.1\Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_crc.c
Do you have the CRC module enabled in the stm32f1xx_hal_conf.h ?
It only supports the 32-bit fixed polynomial
\STM32Cube\Repository\STM32Cube_FW_F1_V1.6.1\Projects\STM32F103RB-Nucleo\Examples\CRC\CRC_Example\Src\main.c