STM32H5 SPI gets disabled by HAL after each transfer
Hi. I'm trying to use STM32H573IIKxQ's SPI using HAL.I've noticed that the HAL library disables the SPI after each transfer which causes the SCK pin to go high and goes low again before the next transfer, which causes an extra bit being shifted to th...