GD32F103VET6 移植 FreeRTOS 移植 FreeRTOS 到 Linux 开发、编译环境 2026-04-03 Embedded System #GD32 #RTOS #FreeRTOS
Cortex-Debug objdumpPath 配置 使用 Cortex-Debug 插件调试 GD32 报错无法找到 objdump 和 nm 2026-04-02 Embedded System #GD32 #Cortex-Debug
undefined reference to 'vApplicationStackOverflowHook' 缺少 FreeRTOS 栈溢出钩子函数 2026-04-01 Embedded System #RTOS #FreeRTOS
Keil 调试卡在 BKPT 0xAB 断点原因 Keil 调试时,卡在 0x08042AC4 BEAB BKPT 0xAB 断点 2026-03-31 Embedded System #RTOS #RT-Thread
GD32F103VET6 Linux 开发和调试环境部署 ARM 交叉编译链、GDB、OpenOCD、DAP-Link 2026-03-29 Embedded System #C #GDB #GD32 #VS Code #OpenOCD
warning: _close is not implemented and will always fail in function `_close_r': warning: _close is not implemented and will always fail 2026-03-28 Embedded System #C #CMake
gd32f10x_enet.h: 'enet_default_init' declared 'static' but never defined [-Wunused-function] 'enet_default_init' declared 'static' but never defined [-Wunused-function] 'enet_delay' declared 'static' but never defined [-Wunused-function] 2026-03-27 Embedded System #C #GD32