Unable to receive complete data into my SPI slave receive buffer?
I am using stm32h745zi-q board and I am working on the full duplex SPI. Here I aa using spi1 and spi4 . I used interrupt based at the spi1 means master side and I used DMA for SPI4 means slave side .Here I am able to get the complete data in the SPI1...