STM32F4. Transfert data from SPI3 to SPI1 and DMA ?
Hello,
I need with STM32F4 to read datas (multiple bytes) from a sensor connected to SPI3 and transfert the bytes i read from this SPI3 to an external memory connected to SPI1.
I would like to use DMA (if possible). Seemingly SPI1 can only be connected to DMA2 whereas SPI3 can only be connected to DMA1. Is it a no-go to use DMA for this transfert "from SPI3 to SPI1" ? or is there any other option to optimize this transfert and reduce CPU load.
Note: I cannot remap my SPI connections, hardware is frozen.
Thanks in advance