随笔分类 -  IDE_KEIL_IAR

编译器相关
摘要:1.括号配对高亮:“在前括号左侧,后括号左侧” 双击鼠标左键,可以选定匹配括号和其中内容(<>,(),L{R},[]之间) 2.让{ 和 } 不缩进:Options -> Document Options -> Auto Indenting -> Auto Indent Type 选 Simple 阅读全文

posted @ 2017-03-02 11:28 creepz 阅读(481) 评论(0) 推荐(0)

摘要:使用Source Insight可以很好的管理项目代码,也非常便于阅读。但是,在使用Source Insight书写C语言代码时,会发现这样的问题,键入大括号之后,它会自动缩进一个制表符,这种处理跟我们公司现行的代码规范不太一样,我们不希望它自己缩进,所以需要关闭这个功能。 记得之前曾经找到这一项的 阅读全文

posted @ 2017-03-01 15:39 creepz 阅读(2114) 评论(0) 推荐(0)

摘要:本文主要探讨的是MDK开发工具中One ELF Section per Function选项对于代码优化的作用及其实现的机制。 这里以EK-STM32F开发板的LCDDemo实验例程为例进行说明: 1)在MDK的Project -> Options for Target -> Target选项卡下, 阅读全文

posted @ 2017-02-20 16:55 creepz 阅读(580) 评论(0) 推荐(0)

摘要:6.3.3 Load$$ execution region symbols The linker generates Load$$ symbols for every execution region present in the image. Note Load$$region_name symb 阅读全文

posted @ 2016-03-04 17:19 creepz 阅读(512) 评论(0) 推荐(0)

导航