STM32 GPIO Lecture 7 : Optimizing I/O power consumption
Optimizing I/O power consumption If an input pin is floating, it may result in leakage current from VCC to the ground. First, let's take the case of…
Optimizing I/O power consumption If an input pin is floating, it may result in leakage current from VCC to the ground. First, let's take the case of…
GPIO output mode with push pull state GPIO (General Purpose Input/Output) pins on microcontrollers or single-board computers can be configured in various modes including input, output, and alternate…
GPIO output mode with open drain state Open-drain output configuration is nothing but the top PMOS transistor is deactivated as shown in Figure1. When the transistor…
GPIO input mode with pull-up /pull-down state Let's understand the GPIO pin in input mode with external or internal pull-up/pull-down resistor connected, as shown in Figure 1 and…
GPIO input mode with high impedance state In this article, let’s understand what precisely this high impedance state is. A high impedance state is also called a Hi-Z state.…
GPIO behind the scene In this article, let’s understand how the GPIO pin is implemented inside the microcontroller. Figure 1 is GPIO looks behind…