today I\'m trying to use Interrupt for TIM1 or TIM15 (doesnt matter) and a DMA Access for the ADC using HAL:
HAL_ADC_Start_DMA(&hadc, &buffer, 1); HAL_Del