Question
Using the SPI module during the receiving data via DMA
Hi everyone,
I'm using the DMA to receive the data from external flash via DMA. Can the SPI module transmit data while receiving from external flash at the same time? Or will it block this transmitting until completing the receiving? Or can simultaneous access be provided while receiving/transmitting?
With another possibility, if I try to transmit with HAL_SPI_Transmit(...) after start the DMA in order to transmit the data? It will corrupt, or will block me this request?
By the way, the SPI module is being used as full duplex.
