Associate II
September 23, 2018
Question
the adc result in dual mode are not in the right order
- September 23, 2018
- 10 replies
- 4148 views
hello
i am using stm32f103 for reading a 10 adc channels and i am using Dual mode regular simultaneous with DMA , the result are loaded in a buffer.
the problem is the loaded data from the ADC1 are in the right order (1st data is from 1st channel)
but the data from ADC2 are in the right sequence , for example : the last register in the buffer array is corresponding to the rank 3 of ADC2
how i can fix this