STM32H750 adc3 dma and adc1
hi i'm using dma with adc 1 and it works ,but i also need to read from adc3 but i'm having troubles with itusing MX-cube with Cube-IDEhere is the code#include "main.h" uint32_t b; uint16_t adc1[4]; uint16_t adc3[2]; uint16_t a[4]; uint16_t adc31,adc3...