Calculate 16 bit CRC in STM32F207ZG
Greetings,
I have used CRC peripheral in STM32G0B1 and its working fine. I am using this peripheral to calculate 16-bit crc. How to accomplish same task in STM32F207ZG ? I am using HAL and after code generation crc init code is very incomplete as per me. I have compared CRC init code for STM32G0B1 and STM32F207.
Please guide on using CRC peripheral and code generation for STM32F207 using HAL.
