Visitor II
October 22, 2020
Question
Is DMA peripheral to peripheral data transfer possible in the 32L476rg MCU ?
- October 22, 2020
- 1 reply
- 991 views
Hello
I am currently working on a project that requires pushing data directly from a uart rx pin directly to an SPI device (an external SRAM) tx pin
One way to do it, is by using DMA , unfortunately most Stm32 MCUs do not offer a peripheral to peripheral dma mode.
but it is mentioned in the datasheet of the L476rg MCU that it offers a peripheral to peripheral dma mode however when attempting to set up DMA data transfer mode as peripheral to peripheral in CubeMX (whether for the SPI or the UART) it is not found
So is there a way to do it ? is it even possible ? and if not is there any other way ?
Please note that the spi device is an external SRAM so i am trying to minimize internal memory usage as possible.