Resolved! SPI clock polarity in the STM32H7 Cube library, HAL vs LL [SOLVED]
Dear experts,I'm having a weird issue with SPI initialization on STM32H743/753 .The device connected to the SPI master needs HIGH clock polarity (CPOL). So we clicked this in CubeMX, and the generated code indeed has "hspi1.Init.CLKPolarity = SPI_...