Closed
Description
Hi,
and on this one too:
https://github.com/STMicroelectronics/stm32f7xx_hal_driver/blob/8a83a680a5c0c678df3897ae41b430444abb3cb7/Src/stm32f7xx_hal_crc.c#L467
it's missing a cast to (uint8_t)
when loading the DR register, otherwise it won't compute the correct CRC32.