User Activity

I want to get a two 16 bit values through two spi interface within 4µs . So I set the baudrate 18Mbits/s so that for 16bits it takes just < 1µs. Everything is working fine.But the problem is the overhead time between twice HAL_SPI_RECEIVE is nealry 8...