STM32H745 Nucleo: ADC with DMA don't work
Hi! I have STM32H745 Nucleo and i want to transfer data from ADC via DMA.1. At first i write code for ADC with out DMA (ADC3, PF10 in) and it work excellent. I get positive knovlege.2. At second step i tried to use DMA (DMA1 stream 1), but code don't...