Data received altered after some itteration using HAL_SPI_Receive_DMA()
Hello,I'm using two STM32F4 nucleo boards and my goal is to transmit data unidirectionnaly from one board to another using SPI in a loop.The first board is configured as a Master and it only transmits data. And the second one is configured as a Slave...