STM32F765 ADC DMA problem
Posted on May 29, 2018 at 10:01Hello,i'm using 7 adc-channels on our board and use DMA to transfer all 7 results (single shot) into my variables in DTCM memory. To initialize DMA I use sample code from similar evalboard-examples.This works fine.#d...