代码改变世界

随笔档案-2021年9月30日

Scons使用教程

2021-09-30 09:45 by dreamboy2000, 4513 阅读, 收藏,
摘要: 1. 简单编译 2. SConstruct文件 3. 编译多个源文件 4. 编译和链接库文件 5. 节点对象 6. 依赖性 7. 环境 1.简单编译 源文件:hello.cpp #include<iostream>using namespace std; int main(){ cout << "H 阅读全文

K66芯片解锁/J-link报错的解决思路

2021-09-30 09:06 by dreamboy2000, 1522 阅读, 收藏,
摘要: 错误呈现: 错误描述:Protection bytes in flash at add. 0x400 .0x40F indicate that readout protection is set. For debugger connection the device need. to be unse 阅读全文