STM32U585 SPI CRC issue
Hello all,
I am currently trying to enable the CRC SPI (CRC-16/CCITT-FALSE) on my project, but I can't make it work.
You can found bellow the SPI configuration set on CubeMx

Here is the message read back on my logic analyser, in yellow (0x0C52) you'll found the CRC computed by the uC.

However with the configuration set I am expecting to get this value: 0xE1F0
From then I suggest that my CRC SPI configuration was not set properly and from an online CRC calculator (https://crccalc.com/) I have check if I could found a match with an another algorithm, unfortunatly I have made no match.
Does any one have a solution to this issue.
Many thanks
