2016-01-08 01:03 AM
RM0360 V3, Page 70.
Please tell me whether it is supported or not? #stm32f02016-01-08 06:47 AM
It seems this is a documentation error (copy-paste from other place) because there is no mention of the CRC_POL register in the reference manual.
The HAL library function HAL_CRCEx_Polynomial_Set is becoming available only if this is true (no F030xx there):#if defined (STM32F071xB) || defined (STM32F072xB) || defined (STM32F078xx) || defined (STM32F091xC) || defined (STM32F098xx)
//...
#endif
2016-01-08 08:13 AM
Hi Tension,
It is a typo in the reference manual, thank you for bringing this issue to our attention. It is noted and will be corrected. -Syrine-