Question
Problems using full-duplex spi with DMA and STM32F4 as slave after 10 cycles.
Hi,
I am trying to comunicate raspberry pi (master) and stm32f4 (slave) trough spi with dma. I am using HAL_SPI_TransmitReceive_DMA. The comunication seem is working fine but time to time (when 10/8/6data has been receive/trasnmit +-) my stm32 trasmit/receive worng data and then trasnmit full ceros. After that stm32f4 start to receive and transmit correct data.
Could someone tell me what's going on?
Thanks in advance.