I am using CUBEIDE 1.9.0.Stm32f103ret6 is used.The ADC generated a code to use DMA.However, it did not work properly.The cause should have been __HAL_RCC_DMA1_CLK_ENABLE() before this ADC was initialized.I tried to modify the DMA initialization faste...