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 simultaneo...