Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
What is the "R" Pin? On the STM32 Blue Pill board, the pin labeled "R" is connected to the Reset...
Learning USB communication on STM32 involves understanding USB protocols, STM32 hardware support, and...
Here's an example of using DMA-based ADC sampling with STM32 (HAL library) to read analog temperature...
The "UNO V3 Extension" in the context of STM32 typically refers to a shield or adapter board that...
To configure GPIO pins on STM32, you typically use either STM32CubeMX/STM32CubeIDE (GUI-based) or...
Here’s a step-by-step guide on how to flash and debug firmware using STM32CubeIDE, the official...
Here’s a minimal FreeRTOS example for an STM32 microcontroller (works with STM32CubeIDE or...
Programming an STM32 is a pipeline of four layers: 1. Write firmware (source code) You write C/C++...
Getting an STM32 Blue Pill(STM32F103C8T6) "running" means configuring it to start executing your...
You debug an STM32F103 with ST-LINK by doing three things: Wire ST-LINK to the chip Install drivers...
A microcontroller (MCU) pin can’t directly output “maximum current + high voltage.” In theory, an MCU...