Resetting SCLK polarity after changing SPI mode through HAL (STM32F7xx)
We're developing for the STM32F767, primarily using the HAL. We have devices on the SPI bus which require different timing clock polarities. Re-configuring the SPI hardware through repeated calls to HAL_SPI_Init works, however, the actual hardwar...