Question
Enabling CRC calculation for SPI does not #define USE_SPI_CRC in STM32CubeIDE in STM32H753BIT project
All code paths depending on USE_SPI_CRC thus stay disabled and CRC checking is silently deactivated. There seems to be no place where USE_SPI_CRC can be defined without being deleted by the next automatic code generation. Is there a workaround or did I miss something?