Resolved! Can STM32F4 communicate with multiple spi slave devices parallely?
Hi, I'm trying to communicate with multiple spi slave sensors using STM32F401.I need to access the sensors many times in 1ms period, so I want to drive SPI1 and SPI2 in parallel.I set SPI1 and SPI2 to use DMA, then called, HAL_SPI_TransmitReceive_DMA...