摘要: 0. 数据类型说明 主要包括4类: 1. mdk 设置Scatter 文件 默认情况下,片内会有两大存储块IROM(只读存储器RO,用来存常量、代码等),IRAM(读写存储器RW,用来存变量,包括被默认初始化为0的变量),如下图 "Target"选项卡。 来看“Linker”选项卡,下面介绍操作: 阅读全文
posted @ 2018-05-11 19:44 QIYUEXIN 阅读(13983) 评论(3) 推荐(3) 编辑
摘要: C99介绍,参考这里:C89,C99: C数组&结构体&联合体快速初始化 MDK 设置: 只需添加 ”--c99"参数即可,如图: 阅读全文
posted @ 2018-05-11 19:43 QIYUEXIN 阅读(1572) 评论(0) 推荐(0) 编辑
摘要: 7.1 About scatter-loading The scatter-loading mechanism enables you to specify the memory map of an image to the linker using a description in a text 阅读全文
posted @ 2018-05-11 15:51 QIYUEXIN 阅读(1660) 评论(0) 推荐(0) 编辑
摘要: 6.4 Image$$ execution region symbols The linker generates Image$$ symbols for every execution region present in the image. The following table shows t 阅读全文
posted @ 2018-05-11 15:24 QIYUEXIN 阅读(665) 评论(0) 推荐(0) 编辑
摘要: 名词 Extensible Linking Format(ELF) 3.1 The structure of an ARM ELF image ARM ELF映像包含sections, regions, and segments,每个链接阶段都有不同的映像视图。 The structure of a 阅读全文
posted @ 2018-05-11 14:59 QIYUEXIN 阅读(421) 评论(0) 推荐(0) 编辑