上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 32 下一页

2019年10月22日

VS2008问题: 不能将参数 1 从“char *”转换为“LPCWSTR”

摘要: 解决方法:将项目设置中的“字符集”选项从“Unicode”更改为“未设置” 阅读全文

posted @ 2019-10-22 16:58 lizhuohui 阅读(59) 评论(0) 推荐(0) 编辑

单片机 printf 函数宏

摘要: #define printh(...) do {char buf[128]; sprintf(buf, __VA_ARGS__); _DBG(buf);} while (0); 阅读全文

posted @ 2019-10-22 14:20 lizhuohui 阅读(49) 评论(0) 推荐(0) 编辑

jlink一键烧录批处理

摘要: "C:\Program Files (x86)\SEGGER\JLinkARM_V434\JFlashARM.exe" -openprj.\dstprj.jflash, -autopause 阅读全文

posted @ 2019-10-22 11:34 lizhuohui 阅读(539) 评论(0) 推荐(0) 编辑

删除IAR编译产生的文件批处理

摘要: 如下: echo offset ROOT_PATH=%~dp0set PRJ_PATH=%ROOT_PATH%Examples\SPI\sc16is750_polling\echo -echo Please check the path wether is r... 阅读全文

posted @ 2019-10-22 10:31 lizhuohui 阅读(548) 评论(0) 推荐(0) 编辑

2019年10月21日

ELM中文软件

摘要: 下载地址:https://download.csdn.net/download/yong729623/7479171 里面有源码,安装过程中会提示是否装源码,不过,可能会有点病毒。 阅读全文

posted @ 2019-10-21 09:09 lizhuohui 阅读(38) 评论(0) 推荐(0) 编辑

2019年10月20日

PAD9.5下载

摘要: 1.下载地址: http://www.3322.cc/soft/42384.html#xzdz 阅读全文

posted @ 2019-10-20 13:46 lizhuohui 阅读(29) 评论(0) 推荐(0) 编辑

2019年10月18日

KEIL生成bin文件

摘要: 参考: https://blog.csdn.net/nich2009/article/details/81124691 改成编译完后执行 fromelf.exe 转化为 bin 就行,命令: $K\ARM\ARMCC\bin\fromelf.exe --... 阅读全文

posted @ 2019-10-18 17:35 lizhuohui 阅读(100) 评论(0) 推荐(0) 编辑

2019年10月9日

c#读写文件

摘要: FileDo.cs using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Text;using System.Threading... 阅读全文

posted @ 2019-10-09 23:56 lizhuohui 阅读(49) 评论(0) 推荐(0) 编辑

【VS2019 C#】串口调试助手

摘要: C#实现简单串口例程(有界面) https://download.csdn.net/download/qq_38903144/10794437 这个工程用vs2019可以正常编译运行,界面如下,功能还是不错的。 改后为: https://github.com... 阅读全文

posted @ 2019-10-09 22:10 lizhuohui 阅读(761) 评论(0) 推荐(0) 编辑

2019年9月21日

ubuntu下使用J-Link

摘要: 有些情况下,需要在linux系统下使用J-Llink。 阅读全文

posted @ 2019-09-21 00:47 lizhuohui 阅读(60) 评论(0) 推荐(0) 编辑

上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 32 下一页

导航