STM32 GPIO Lecture 1 : GPIO PIN and PORTS
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 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…
How PendSV is used for Context Switching in FreeRTOS ?? Free RTOS In this article let me explain, line by line, the PendSV handler which carry out the…