STm32G431: Advice on how to continuously scan (regular) ADC input channels and place results in memory?
I assume I would use DMA and have gone some way to (unsuccessfully) sample values in 4 channels in ADC1 and 3 channels in ADC2. However all the sample values seem unchanging for each ADC and obviously don't contain data for all the channels.
I can't find a ADC-DMA example in the corresponding Firmware (STM32Cube_FW_G4) projects directories and wondered if there was an example project that might go some way to assist.
I'm very aware that I could read several hundred pages but I value a few words from anyone who can point me in the right direction.
