2021-06-22 10:34 AM
Conversion of ADC1 and first channel of ADC2 will finish theoretically at the same time.
2021-07-09 12:55 AM
Hi OIoni.1 ,
Each ADC has set of ADC_JDRy registers - where "y" is the conversion result in the injected sequence.
Example:
ADC1 converts only channel 4.
ADC2 converts in sequence channel 7 and the channel 3.
The result from ADC1 channel 4 is stored in ADC1_JDR1 (first converted in sequence).
The result from ADC2 channel 7 is stored in ADC2_JDR1 (first converted channel in sequence).
The result from ADC2 channel 3 is stored in ADC2_JDR2 (second converted channel in sequence).
Regards
Igor