How to config multi slave using SPI in STM32?
Hello I'm try to connect 1 master and 2 slave, but failed, I use stm32f427VI, and use Truestudio for programing, thanks for your help./* SPI4 init function */ //SLAVE1 static void MX_SPI4_Init(void) { /* SPI4 parameter configuration*/ hspi4.Ins...