SPI chip/slave select issue STM32MP157
I have troubles in setting the polarity of the SPI chip select i/o for an external chip.
I noticed In the reference manual that it should be changeable with SPI configuration register 2 (SSIOP bit 28) :
Bit 28 SSIOP: SS input/output polarity
0: low level is active for SS signal
1: high level is active for SS signal
However the SPI presentation STM32MP1 (1.0) says: "The Slave Select signal can operate as an input or as an output depending on the SSIOP control bit. "
Which one is right?
