stm32f103_128k_20k_flash.ld
来自「ARM ContextM3 Interface GLCD」· LD 代码 · 共 14 行
LD
14 行
/*Default linker script for STM32F103_128K_20KCopyright RAISONANCE S.A.S. 2007*//* include the common STMxxx sub-script */INCLUDE "./LinkerScript/STM32F10x_COMMON.ld"/* include the memory spaces definitions sub-script */INCLUDE "./LinkerScript/STM32F103_128K_20K_DEF.ld"/* include the sections management sub-script for FLASH mode */INCLUDE "./LinkerScript/sections_FLASH.ld"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?