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 reflected in the oscilloscope observations.
Additionally, I tried setting the NSS port as GPIO instead of SPI communication and using HAL_WritePin to configure it, but this was also not reflected.
When using the NSS port for SPI, should I set the start register bits such as SPE and CSTART?
