I have setup the spi connection, and i'm testing it with a logic analyzer.It all works great. BUT, the Transfer half complete interrupts occurs before any data is transferred when i use;(HAL_SPI_TransmitReceive_DMA(&SpiHandle, (uint8_t*)aTxBuffer, (u...