SPI NSS cannot be switched in software mode
I am trying to use SPI communication with the STM32H562 (for FPGA programming purposes). The reference manual states that if SPI_CFG2's SSM = 1, the NSS can be toggled High/Low by switching the SSI bit in SPI_CR1.However, the switching of SSI is not...