Is this a bug that STM32H743 HAL_ADC_Stop_DMA clears ADC_CFGR_DMNGT?
Posted on August 21, 2017 at 11:48Hello, In the line 1760 of 'stm32h7xx_hal_adc.c' in pack 'STM32H7xx_DFP 1.0.1':''' /* Disable ADC DMA (ADC DMA configuration ADC_CFGR_DMNGT is kept) */ MODIFY_REG(hadc->Instance->CFGR, ADC_CFGR_DMNGT_0 |ADC_C...