摘要:
问题:别人移植好的,发送数据errorcount=0 ,但是我不知道接收到的数据是什么,如何获取呀? 补充:我猜测数据是传输到串口中的,那我用dev = rt_device_find("uart1"); 和 (rt_device_read(dev ,0, &dat, 1)==1) 并没有打印到有效数 阅读全文
摘要:
1.傻逼的bug, 串口收到0XFF,间隔一段时间收到。 答:没有共地 阅读全文
摘要:
Flash 的编程原理都是只能将 1 写为 0,而不能将 0 写为 1。所以在 Flash 编程之前,必须将对应的块擦除,而擦除的过程就是把所有位都写为 1 的过程,块内的所有字节变为 0xFF 阅读全文
摘要:
一个C语言竞赛题目: 输出: unix 知识点 :1. \012 是一个字节对应 回车2. printf("%c",2["abcd"]); 输出 c3. int i=2; printf("%c",i["abcd"]); 输出 b4. printf("%s\n",1+"fun"); 输出 un5. p 阅读全文
摘要:
2. 把字符串强制转化成数字 附上郭博士给我说的,后期在分析吧 阅读全文
摘要:
以下方法好像还不如Option -> C/C++ Compiler -> preprocessor -> defined symbols 把其中的内容剪切出来,然后OK,再粘贴在里面并单击OK,最后编译几个goto 但是郭博士为什么推荐使用下面的方法呢? 阅读全文
摘要:
#include //#include #include #include #include #include #include "adbg.h" #include "utils.h" #include "stm32f10x.h" #include "user_config.h" #include "upstream_thread.h" #include "recei... 阅读全文
摘要:
如果是发送 ESP8266大概是300KB, 如果是接收大概800KB, 的数据流量 阅读全文