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