随笔分类 - ARM
摘要:此示例演示如何使用分散加载描述为堆栈和堆保留和清空内存块。它还显示链接器生成的相关符号。 在以下示例中,执行区域定义STACK 0x800000 EMPTY -0x10000定义了一个名为STACK 的区域。该区域从地址0x7F0000开始,到地址0x800000结束: LR_1 0x80000 ;
阅读全文
摘要:Redefining low-level library functions to enable direct use of high-level library functions in the C library If you define your own version of __FILE,
阅读全文
摘要:Relationship between the default armclang-generated sections and scatter-loading input sections How the default sections that armclang generates relat
阅读全文
摘要:5.3 Example of using the --info linker option This is an example of the output generated by the --info option To display the component sizes when link
阅读全文