How to use the STM32 Hardware CRC to calculate Ethernet/GFP CRC
I've managed to configure the STM32 CRC such that it can create the standard CRC-32 as per this article - https://stackoverflow.com/questions/39646441/how-to-set-stm32-to-generate-standard-crc32. However, this CRC does not match Ethernet spec.
Is there a way to configure the STM32 Hardware CRC peripheral such that it can create valid Ethernet/GFP crc values?
I already have software that can generate the CRC. I'm specifically looking to see if there is a way to utilize the faster speeds of the CRC hardware generation.
