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) 编辑

导航