mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-11-16 12:34:33 +00:00
* [bsp] [stm32] 添加鹿小班STM32H723开发板的BSP * fix(bsp): 修正链接脚本中的拼写错误并启用环境变量配置 修复链接脚本中'excetion'拼写错误为'execution' 启用rtconfig.py中的环境变量配置选项 * fix(bsp): 重新添加开发板IAR、GCC链接脚本 链接脚本中包含了所有寄存器,除flash与主sarm外其余寄存器已注释 * refactor(bsp): 移除冗余的SOC_STM32H723ZGT6配置选项
36 lines
1.1 KiB
Plaintext
36 lines
1.1 KiB
Plaintext
; *********************************************************************************
|
|
; *** Scatter-Loading Description File generated by STM32CubeMX/LinkerGenerator ***
|
|
; *********************************************************************************;
|
|
|
|
ON_CHIP 0x08000000 0x00100000 { ; load_region size_region
|
|
FLASH 0x08000000 0x00100000 { ; load address = execution address
|
|
*.o (RESET, +First)
|
|
*(InRoot$$Sections)
|
|
.ANY (+RO)
|
|
.ANY (+XO)
|
|
}
|
|
AXI_SRAM 0x24000000 0x00050000 { ; load address = execution address
|
|
.ANY (+RW +ZI)
|
|
; *(.sram1)
|
|
}
|
|
;***region***;
|
|
; ITCM 0x00000000 0x00010000 { ; load address = execution address
|
|
; *(.itcm)
|
|
; }
|
|
; DTCM 0x20000000 0x00020000 { ; load address = execution address
|
|
; *(.dtcm)
|
|
; }
|
|
; AHB_SRAM_D2 0x30000000 0x00008000 { ; load address = execution address
|
|
; *(.sram2)
|
|
; }
|
|
; AHB_SRAM_D3 0x38000000 0x00004000 { ; load address = execution address
|
|
; *(.sram3)
|
|
; }
|
|
; BACKUP_SRAM_D3 0x38800000 0x00001000 { ; load address = execution address
|
|
; *(.bsram)
|
|
; }
|
|
;***endregion***;
|
|
}
|
|
|
|
/*-Start of regions- Auto-generated By STM32CubeMX-*/
|