I'm new to the topic and have a basic question.I set up a ADC_DMA transfer to read sensor values: HAL_ADC_Start_DMA(&hadc1, (uint32_t*)&ADC1ConvertedValue, 1)This works to always update the ADC1ConvertedValue variable to the latest value.But how can ...