一、路由表常用设置: 1、使用route命令添加的路由,机器重启或者网卡重启后路由就失效了,方法: 2、还可以使用ip命令来添加、删除路由 3、查询 二、永久设置路由表: 方法一:在/etc/sysconfig/network配置文件中配置(我测试了好像不太可行): 注:该种配置写法同样支持写到/e ...
分类:
其他好文 时间:
2018-02-07 21:31:01
阅读次数:
234
1、http://www.keil.com/dd2 2、3、以STM32L051C8为例 下载即可。 ...
分类:
其他好文 时间:
2018-02-07 00:39:24
阅读次数:
331
在KEIL新建工程时,容易出现该问题,我查了一些资料,最终找到该问题解决方法: 第一步:在keil里的菜单栏依次选择Project->Manage->Components,Environment andBooks(CEB) 第二步:然后在Environment andBooks(CEB)里选择Fol ...
分类:
其他好文 时间:
2018-02-06 23:02:01
阅读次数:
253
1、先停止桌面版自带的NetworkManager,这东西很难用,且有些设置需要重启。 2、设置MAC地址在帮助文档中应该找这个关键字:hardware address,设置有两种方式,临时和永久。 3、网络常用设置/etc/network/interfaces(IP/DNS/网关) 参考: htt ...
分类:
系统相关 时间:
2018-02-04 14:41:31
阅读次数:
223
(二)启动代码分析 01 发现问题: 前面我们编写 LED 流水灯 裸机驱动,需要添加了 启动代码 (杨铸 startup.s) ,也就是初始化把 开发板带到 C 语言环境(也就是 xmain 函数) startup.s 现在我们尝试 用 keil 自身的 s3C2440.s s3c2440.s 但 ...
分类:
其他好文 时间:
2018-02-03 19:00:55
阅读次数:
137
STM32F10x(Keil+MDK) by HYH | 2017 年 11 月 3 日 下午 8:51 一.安装后keil MDK环境后,就可直接开发arm了。 备用下载链接:http://pan.baidu.com/s/1qYNtrys 密码:wqpy 最好安装最新版的。 二.RT-Thread ...
分类:
其他好文 时间:
2018-01-31 18:39:26
阅读次数:
189
问题如图: 解决办法: options for target --> utilities ...
分类:
其他好文 时间:
2018-01-29 15:58:27
阅读次数:
273
Debug (printf) Viewer Home » µVision Windows » Debug (printf) Viewer The Debug (printf) Viewer window displays data streams that are transmitted seque ...
分类:
其他好文 时间:
2018-01-28 11:16:24
阅读次数:
327
From:http://www.keil.com/support/man/docs/armlink/armlink_pge1362065942464.htm 5.3 Example of using the --info linker option This is an example of the ...
分类:
其他好文 时间:
2018-01-27 23:15:41
阅读次数:
3163