fix: align rd target memory and startup settings

This commit is contained in:
2026-04-20 08:11:49 +08:00
parent 3f91481d00
commit 77da670f5c
6 changed files with 29 additions and 30 deletions
+3 -3
View File
@@ -113,8 +113,8 @@ USE_HAL_DRIVER,STM32F103xE
========================================
确认 ROM 和 RAM 配置正确:
- IROM1: 0x08000000, Size: 0x40000 (256KB)
- IRAM1: 0x20000000, Size: 0xC000 (48KB)
- IROM1: 0x08000000, Size: 0x60000 (384KB)
- IRAM1: 0x20000000, Size: 0x10000 (64KB)
========================================
六、编译验证
@@ -138,7 +138,7 @@ Debug 选项卡:
Utilities 选项卡:
- 选择正确的 Flash 算法
- STM32F10x High-density Flash (256KB)
- STM32F10x High-density Flash (384KB / 0x60000)
========================================
快速添加方法(可选)