摘要: 背景 网上大多数 PlatformIO 开发 STM32 的教程都基于 HAL 库,而使用标准外设库(Standard Peripheral Library)的资料较少,即使有也常常缺少关键细节,导致编译或链接时报错。本文记录了在 PlatformIO 中成功移植 STM32 标准库的完整步骤,特别 阅读全文
posted @ 2025-11-27 21:57 starsphere 阅读(2) 评论(0) 推荐(0)
摘要: 问题描述 在ARM架构的Debian12上使用PlatformIO开发STM32遇到如下报错 PIO Core Call Error: "Platform Manager: Installing ststm32\nPlatform Manager: ststm32 @ 10.0.1 has been 阅读全文
posted @ 2025-11-27 21:44 starsphere 阅读(3) 评论(0) 推荐(0)
摘要: 问题现象 启动 VirtualBox 虚拟机时弹出错误: Error in supR3HardenedWinReSpawn 通常出现在 Windows 系统启用 Hyper-V 或其他虚拟化冲突(如 WSL2、Docker Desktop)之后。 解决方法(适用于 VirtualBox 6.1 及更 阅读全文
posted @ 2025-11-27 21:38 starsphere 阅读(2) 评论(0) 推荐(0)