Is CRC-7 X7+X3+X0 supported by STM32L4R9
I shall just write a function in software but I would be interested to know if it is supported or not by the CRC peripheral hardware.
STM32 cube MX configurator does not allow you to choose X7 for the 7bit (8 term) polynomial described on page 21 of this datasheet?
It is also prevented by a length check on line 111 of stm32l4xx_hal_crc_ex.c
(case CRC_POLYLENGTH_7B)
"https://www.sciosense.com/wp-content/uploads/documents/SC-000897-DS-7-ENS210-Datasheet.pdf"
Thank You
