With multiple SPI slaves, why do we need multiple SS ?
why more than one STM32 SPI Slave connect to master means More SS need ?
why more than one STM32 SPI Slave connect to master means More SS need ?
Hello,
Nothing to do with STM32 itself.
The SPI lines data and clock are common to all slaves. How the master could address the communication to a specific slave if there is nothing to indicate which slave to communicate with? SS: Slave Select. that corresponds to SPI_NSS signal in STM32 which means Negative Slave Select).
https://en.wikipedia.org/wiki/Serial_Peripheral_Interface

Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.