729DHS
氵工的博客
= ヾ(≧▽≦*)o =
729DHS
氵工的博客 - 分享单片机开发、Linux、机器人技术、RL强化学习与嵌入式项目的学习笔记与实践记录。涵盖STM32、FreeRTOS、Rust、R语言等技术的详细教程与调试经验。
Posts
2026-06-08
768 words
STM32N657X0H3Q Nucleo development board VSCode debug configuration guide, resolving LRUN mode debugging issues, with correct launch.json setup and common pitfalls.
2026-06-07
2522 words
STM32N657X0H3Q Nucleo development board debugging journal, covering SRAM debugging, XSPI XIP mode, FSBL Load & Run configuration, and signing/flash procedures.
2026-06-01
1455 words
Complete process of building a position servo system with STM32F103 + SimpleFOC Mini + AS5600. From uint16_t integer overflow to PID Reset transient spike, each bug's investigation and fix is documented.
2026-05-15
393 words
Recording the kinematics derivation, MATLAB verification, and C++ library implementation process for a Delta parallel robot. Static platform radius 115mm, driving arm 125mm, passive arm 338mm, moving platform diameter 150mm.
2026-05-14
1903 words
STM32 driver library object-oriented programming design, the evolution from hardcoding to polymorphism.
2026-05-04
2098 words
Forward and inverse kinematics analytical derivation for a wheel-legged robot leg with 2-DOF double parallelogram linkage mechanism, plus Python numerical implementation. The mechanism is ultimately equivalent to a standard 2R robotic arm.