2024-06-27 10:08 PM
What will be the total output current sunk by sum of all I/Os and control pins and Total output current sourced by sum of all I/Os supplied by VDDIO2 of STM32F103RBT6?
2024-06-29 01:40 AM
Dear @stu1 ,
We have no VDDIO2 internal Rail in the STM32F1 series , all VDDx should be connected to the same board Rail . Here is the datasheet for more details
https://www.st.com/resource/en/datasheet/stm32f103rb.pdf
Hope it helps you .
STOne-32
2024-06-29 02:21 AM - edited 2024-06-29 02:24 AM
That will depend entirely on the external circuitry connected to those those I/Os and control pins!
A pin driving an LED will sink/source much more current than a pin that's driving a CMOS input.
2024-06-29 02:23 AM - edited 2024-06-29 02:23 AM
That describes the limits & capabilities of the pins - but the actual currents will depend on the loads connected to the pins.
2024-06-30 10:21 PM
OK. Thank You for your reply. I have read this datasheet, in that there is a parameter mentioned II/O i.e. Output current sunk by any I/O and control pin that is 25mA. but I required total output current sunk by sum of all I/Os and control pins i.e. ΣII/O. what is the maximum amount of current can be sunk /source by all the GPIOs/ control pins at a single unit of time?
2024-06-30 10:24 PM
Correct. So, I required how many LEDs I can connect to this controller for single unit of time. How much amount of current all the GPIOs can handle at a time?
2024-07-01 03:10 AM - edited 2024-07-01 03:10 AM
2024-07-01 06:21 AM
Above is the datasheet of STM32F072 controller. As mentioned in above image ΣIVDD and ΣIIO(PIN) are different. and for STM32F103 RBT6 only IVDD is mentioned i.e. 150 mA. So, I want to ask you that is ΣIVDD and ΣIIO(PIN) are same for the STM32f103? Because ΣIIO is not mentioned for STM32F103.
2024-07-01 06:30 AM - edited 2024-07-01 06:34 AM
@stu1 wrote:I want to ask you that is ΣIVDD and ΣIIO(PIN) are same for the STM32f103? Because ΣIIO is not mentioned for STM32F103.
Not quite: as the notes above Table 7 for the F103 tell you, ΣIVDD includes the current consumed by the MCU itself.
ie, ΣIVDD = ΣIIO(PIN) + Imcu
You can work out ΣIIO(PIN) from there ...
EDIT:
See the datasheet section 5.3.5, Supply current characteristics: