Tagged articles
4 articles
Page 1 of 1
Liangxu Linux
Liangxu Linux
Mar 26, 2026 · Fundamentals

Master STM32 Projects: From Schematics to Stable, Maintainable Code

This guide walks through the essential steps of STM32 development—from reading schematics and configuring CubeMX to structuring code, debugging with tools like J‑Link RTT, and optimizing performance, providing practical tips to avoid common pitfalls and build reliable embedded systems.

CubeMXDebuggingSTM32
0 likes · 6 min read
Master STM32 Projects: From Schematics to Stable, Maintainable Code
Liangxu Linux
Liangxu Linux
Mar 23, 2026 · Fundamentals

Why Using STM32 HAL Beats Hand‑Coding Registers for Fast Prototyping

The article argues that beginners should skip exhaustive register manuals, use STM32's HAL library and CubeMX to quickly build functional projects, then deepen their understanding of registers only when performance or special needs arise, emphasizing practical experience over premature low‑level study.

CubeMXHALLearning Path
0 likes · 5 min read
Why Using STM32 HAL Beats Hand‑Coding Registers for Fast Prototyping
Liangxu Linux
Liangxu Linux
Nov 26, 2023 · Fundamentals

Master STM32CubeMX: From Installation to a Complete LED Blinking Project

This step‑by‑step guide walks you through preparing the Java runtime, installing STM32CubeMX, configuring clocks, GPIOs, and core settings, and finally generating and flashing code for a blinking‑LED demo on an STM32F103 board, while highlighting best practices for beginners.

CubeMXLEDMicrocontroller
0 likes · 9 min read
Master STM32CubeMX: From Installation to a Complete LED Blinking Project
Liangxu Linux
Liangxu Linux
Dec 12, 2022 · Fundamentals

Master STM32 GPIO: Light Up an LED in Minutes

This guide walks you through the fundamentals of STM32 GPIO, covering pin naming, push‑pull vs open‑drain modes, wiring an LED, configuring PB8 with CubeMX, and using HAL functions to programmatically toggle the LED with concise code examples.

CubeMXGPIOHAL
0 likes · 8 min read
Master STM32 GPIO: Light Up an LED in Minutes