multi-Slave SPI using STM32F7's?
Posted on May 16, 2017 at 23:35To run multiple STM32F7's as SPI Slaves I enable/disable their active control of MISO using:/* Enable MISO to be actively driven (i.e., controlled by the SPI2 module). */GPIO_InitStruct.Pin = SMCU_SPI2_MISO_Pin; GPIO_I...