STM32WB10 ADC DMA needs more regular channels
Hi,
I am developing a small module with the STM32WB10 and I need to do 10 ADC conversions (9 external and the internal temperature).
However, I can only get the DMA to do the 8 channels configured in the regular channel ranks (Number of conversions = 8 is max in the CubeIDE configurator).
How do I make the DMA handle the last 2 channels aswell? if it is at all possible?
I can see in the stm32wb10xx.h that there is this define
#define ADC_SUPPORT_2_5_MSPSthat prevents the stm32wbxx_hal_adc.h from providing more than 8 ranks for the ADC, but I don't need 2,5MSPS. Is it possible to slow it down somewhere? I tried just giving it a slower clock, but that didn't do the trick...



