Articles by Tag #stm32f103c8t6

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?

What is the "R" Pin? On the STM32 Blue Pill board, the pin labeled "R" is connected to the Reset...

Learn More 0 0Nov 13 '25

How can I learn USB communication for STM32?

Learning USB communication on STM32 involves understanding USB protocols, STM32 hardware support, and...

Learn More 1 0Aug 19 '25

Using DMA-based ADC sampling with STM32 (HAL library)

Here's an example of using DMA-based ADC sampling with STM32 (HAL library) to read analog temperature...

Learn More 0 0Jul 16 '25

What does UNO V3 Extension in STM32 mean ?

The "UNO V3 Extension" in the context of STM32 typically refers to a shield or adapter board that...

Learn More 0 0Apr 24 '25

How do I configure GPIO pins on STM32?

To configure GPIO pins on STM32, you typically use either STM32CubeMX/STM32CubeIDE (GUI-based) or...

Learn More 0 0Jul 15 '25

How do I use STM32CubeIDE to flash and debug firmware?

Here’s a step-by-step guide on how to flash and debug firmware using STM32CubeIDE, the official...

Learn More 0 0Jul 4 '25

A minimal FreeRTOS example for an STM32 microcontroller

Here’s a minimal FreeRTOS example for an STM32 microcontroller (works with STM32CubeIDE or...

Learn More 0 0Jul 17 '25

How to program STM32 microcontroller?

Programming an STM32 is a pipeline of four layers: 1. Write firmware (source code) You write C/C++...

Learn More 0 0Jan 26

How to put STM32 Blue Pill in runnig mode?

Getting an STM32 Blue Pill(STM32F103C8T6) "running" means configuring it to start executing your...

Learn More 0 0Oct 28 '25

How to debug STM32F103 using ST-LINK?

You debug an STM32F103 with ST-LINK by doing three things: Wire ST-LINK to the chip Install drivers...

Learn More 0 0Dec 10 '25

How to simulate microcontroller output with maximum current and high voltage?

A microcontroller (MCU) pin can’t directly output “maximum current + high voltage.” In theory, an MCU...

Learn More 0 0Jan 19