Resolved! Which memory can be used for periph to mem transfer?
Posted on June 23, 2017 at 16:05Hello,I use the CPU STM32F765.I want to use DMA2 to transfer ADC-results into memory.This works fine if I use DTCM-Memory for the destination (128kbyte from 0x20000000 to 0x2001ffff)If I use SRAM1, DMA seems to work...