I am working with stm32f407vg disc. I have to read couples adc same time, one of the sensors is should be control a servo motor. Without this hal function HAL_ADC_Start_DMA servo works clearly. when i activate this function servo doesnt work.
Sorry, i should have posted some code.When i trying find where is the mistake, i arranged like this.If i made toggle comment in line 52 servo works flawlessly. Does not work in this case.I dont understand where i making mistake.Thank you for your ans...