Hi everyone,
I'm trying to get DMA to transfer ADC1 data to memory (0x20000000) automatically on STM32G431CB. ADC1 is triggered by TIM1_CC1. If I set DMA trigger source to ADC1 and try to codegen then it throws this Picture 2 error.
I checked all the DMA block examples provided by Altair, but I did not understand anything since I am a beginner in this field and the examples don't seem to use ADC, but simple waveforms read and write.
I also checked YouTube and AI tools but couldn't find any useful information. It's very hard to learn Embed, there is very limited beginner-friendly docs and tuts.
Any help is greatly appreciated. Thank you