
Develop Tools
siisbin27
这个作者很懒,什么都没留下…
展开
-
IAR EWARM Printf via SWO
文章来源:http://www.cnblogs.com/shangdawei/archive/2013/04/10/3011576.htmlIAR编译器使用SWO输出调试信息设置:Stdout and stderr of the application can be redirected to ITM stimulus port #0. It means that st转载 2017-05-23 21:36:07 · 1930 阅读 · 0 评论 -
非常适用的Sourceinsight插件,提高效率事半功倍
文章来源:http://www.cnblogs.com/wangqiguo/p/3713211.html一直使用sourceinsight编辑C/C++代码,sourceinsight是一个非常好用的编辑工具可以任意定位,跳转,回退,本人一直使用该工具做C/C++开发,sourceinsight能够满足我的大部分需求,但是有些功能没有总觉得是一个缺憾。本文将补充这些非常好用的功转载 2017-05-21 16:12:11 · 297 阅读 · 0 评论 -
Warning[25]: Label 'xxxxx' is defined pubweak in a section implicitly declared root
基于创建STM32工程时编译会出现大量警告,参考IAR官网解决方法:https://www.iar.com/support/tech-notes/assembler/warning25-label-xxxxx-is-defined-pubweak-in-a-section-implicitly-declared-root/Technical Note 30605Ta原创 2017-05-21 21:16:46 · 1029 阅读 · 0 评论 -
Astyle代码格式化工具在IAR中的使用
1、Astyle下载路径:https://sourceforge.net/projects/astyle/files/?source=navbar下载最新版Astyle解压到指定位置。2、IAR中添加Astyle工具支持打开IAR软件,选择Tools-->Config Tools在Menu Text输入菜单名字Command填写Astyle存放路径Argument填原创 2017-10-24 14:07:19 · 3528 阅读 · 1 评论 -
Warning[Pa082]: undefined behavior: the order of volatile accesses is undefined in this statement
IAR 警告:Warning[Pa082]: undefined behavior: the order of volatile accesses is undefined in this statement这个警告在运算符两边都有volatile修饰的变量时出现,volatile修饰的变量一般不用于计算如:void test_volatile(void){volatile u原创 2017-10-24 21:12:04 · 1905 阅读 · 0 评论 -
Source Insight 4.0 最简单的破解安装
三步完成Source Insight 4.0 破解安装下载地址有更新,之前有朋友因潜在的版权问题封禁没下到,现在更新后可正常使用了。文末有完全清除上次安装残留的方法,需要的人可以参考。 —— 更新于 2018.1.21第一步:安装 安装sourceinsig...转载 2018-02-28 16:26:26 · 646 阅读 · 0 评论 -
ubuntu 14.04系统安装 Scientific Toolworks Understand 软件教程
文章来源:http://blog.youkuaiyun.com/qq_36355662/article/details/62887174为了能方便的看代码,想安装 Scientific Toolworks Understand 软件,以图表形式学习代码编写,可是整了将近一天时间,总算满意了。诶,走的弯路太多,现在把具体教程分享如下: 参考网址:http://blog.youkuaiyun.com/u01172...转载 2018-02-28 16:52:42 · 321 阅读 · 0 评论 -
Source Insight 4.0常用设置
本文以Source Insight 4.00.0089版本为例。1、显示代码行数Options->File Type Options…->C/C++ Source File->勾选Show line numbers2、设置代码字体大小Options->File Type Options…->C/C++ Source File->点击Screen Font...3...原创 2018-03-01 12:15:00 · 4438 阅读 · 0 评论