Associate
March 18, 2022
Question
Cubeide ADC DMA code generation sequence problem
- March 18, 2022
- 2 replies
- 1118 views
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 faster than ADC when generating the code, but it was not modified.
What should I do?
