STM32 GPIO Lecture 2 : GPIO behind the scene
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…
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…
GPIO PIN and PORTS GPIO pin stands for the General-purpose input/output pin on MCU. It can be either an input pin or output pin, whose behavior…
GPIO: Leakage Mechanism of an I/O pin due to floating input In this article let's explore about GPIO leakage mechanism of an I/O pin due to floating input. This video…
Quick STM32F407 Discovery board test with blinky application In this Post, I will show you how to quickly test your STM32F4 discovery board with a…
Bus Protocols and Bus interfaces of Cortex M3/M4 Processor In this Article, let’s explore about the Bus protocols and bus interfaces used in the Cortex m3 /m4 processor based MCUs.…
I2C : Protocol Decoding and Debugging using Saleae USB Logic Analyzer In this article I am going to explain the Protocol Decoding and Debugging using Saleae USB Logic Analyzer. Let…