cancel
Showing results for 
Search instead for 
Did you mean: 

Number of the ADCs in STM32F103RB

Mykola_Levun
Associate III

Hello,
I look at the STM32F103RB datasheet and see that this microcontroller should have 2  ADCs. When I open Table 5 (see Figure 1 below in this post) in this datasheet, I see only ADC12_IN10 and so on, that is, only ADC12. Why?

Mykola_Levun_0-1738849201381.png

                              Figure 1

 

3 REPLIES 3
SofLit
ST Employee

Hello,

From the datasheet ADC12 starts from IN0. Could you please double check?

SofLit_0-1738849916350.png

 

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.
PS:
1 - This is NOT an online support (https://ols.st.com) but a collaborative space.
2 - Please be polite in your reply. Otherwise, it will be reported as inappropriate and you will be permanently blacklisted from my help.

Yes, starts from IN0. You didn't understand the question. ADC12 maybe it's ADC1 and ADC2?

No. ADC12_INx means it's a shared channels between ADC1 and ADC2 (two separated ADCs).

Used for example to Speed up the conversion using the interleaved mode, both ADCs are converting the same channel:

SofLit_0-1738850523119.png

Refer also to this application note AN3116 "STM32™’s ADC modes and their applications" / section 2.2 Dual fast interleaved mode:

SofLit_1-1738850861461.png

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.
PS:
1 - This is NOT an online support (https://ols.st.com) but a collaborative space.
2 - Please be polite in your reply. Otherwise, it will be reported as inappropriate and you will be permanently blacklisted from my help.