I was able to generate a signal using DAC periphery and a HAL_DELAY. I want to sample this signal using ADC by connecting DAC output to ADC input for FIR filter purposes. But there is a logical problem, because the code is sequential after generating DAC commands value I can sample with ADC commands but there will be only one DAC value to sample.
Is there a way to simultaneously generate signal with DAC and simultaneously sample it with ADC in STM32F407?