STM32CubeIDE Version: 1.9.0 Multi channel ADC with DMA cannot use on HAL library.The HAL does not set DMA CCR prorery. MINC, PSIZE and MSIZE are not set any value, (Their all value 0). Can I set them at application program ?
Now, My workaround is as follows.Add DMA initialize routine( for example, HAL_ADCDMA_SetRegs(&hadc)) after MX_DMA_Init()Then "STM32CubeIDE basics - 10 ADC DMA TIM HAL lab" video sample can works well.code sample (1) (2)By the way, I finally used ADC...