Hey.I am trying to run ADC DMA sampling on multiple buses/channels, running in parallel to a few FreeRTOS tasks.The following initialization causes unstable behavior and device halt upon boot: HAL_ADC_Start_DMA(&hadc1, (uint32_t*)adc1_buf, 3);
HAL_AD...