Multiple Slaves Connected to SPI3 in master mode, Fails
Hi,
We designed stm32f7 based custom board and it consist 3 slave devices (FPGA) connected to SPI3 in master mode. when three slaves connected simultaneously & try to access one by one, first two slaves are able to read/write & 3rd slave fail to access (read/write)
But if i connect one by one device to SPI at a time, it works as expected without any errors.
Is there any know issue/bug with SPI3, when we interface more than two slaves ?