SPI chip select pin
Hello,
I need to connect more than 2 MCUs with SPI connection(1 Master, 2Slaves). Here is my Hardware connections :
MISO1->MOSI2 && MOSI3
MOSI1->MISO2 && MISO3
SCK1->SCK2 && SCK3
NSS1->NSS2 && NSS3
But I don't know how I can select each slave with master (MCU1). Is there any SPI chip select available in the MCU or it i desired?
