2022-03-17 09:43 PM
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?
2022-03-18 06:31 AM
2022-03-22 05:24 PM
Thank you for your reply.
The IOC file was modified by referring to the link.
I have confirmed that it will be corrected normally.
However, it seems that there is still a bug when generating the initial IOC file.
I created an IOC file with version 1.9.0 and this problem occurred.
I hope it will be improved in the next version.