Question
NUCLEO-L452RE: ADC with DMA: Problems with more than 5 channels
If I use
HAL_ADC_Start_DMA(&hadc1, (uint32_t*)uiAdcResults, ADC_NUMBER_OF_CHANNELS);
it only works with up to 5 channels. With more channels there are problems with some channels in the DAM result array. For example with 7 channels, only channel 2...5 are OK. Values of channel 1, 6 und 7 are not OK at all.
I have no idea what the problem is. Cube parameters or source code can not be totally wrong because I tried it with 3...5 channels and this was OK, If I increase the number of channels (>5) the problem occurs.
