上一页 1 2 3 4 5 6 7 8 9 10 ··· 32 下一页
摘要: 转自:http://bbs.eetop.cn/thread-12436-1-1.html Burst: 突发传输 DMA传送不经过CPU的控制,假如硬盘的数据不能经过DMA控制器读到内存,那么每完成一次将硬盘的数据读出来,再存放到内存的操作,都要通过CPU运行几条读写指令来完成,这时CPU就做不了别 阅读全文
posted @ 2018-08-01 20:13 aaronGao 阅读(2942) 评论(0) 推荐(0) 编辑
摘要: 转自:https://e2echina.ti.com/question_answer/dsp_arm/sitara_arm/f/25/t/124834 最近和人一起调试SPI FLASH的配置问题,做个小结记录,也方便后续人员开发的时候来使用。考虑到物料的多元性,目前的需求是使用不同品牌的SPI f 阅读全文
posted @ 2018-07-27 16:23 aaronGao 阅读(3616) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/espressif/article/details/79362094 Secure Boot 功能概述 方案概述 Secure Boot 的目的是保证芯片只运行用户指定的程序,芯片每次启动时都会验证从 flash 中加载的 partition tab 阅读全文
posted @ 2018-06-19 15:21 aaronGao 阅读(7693) 评论(0) 推荐(1) 编辑
摘要: 目前在无线这块,很多4G模组的厂商已经将mqtt放入模块内,无需在项目代码中再实现mqtt移植 github eclipse paho source code: https://github.com/mqtt/mqtt.github.io/wiki/libraries STM32 mqtt移植: h 阅读全文
posted @ 2018-06-04 15:55 aaronGao 阅读(4852) 评论(0) 推荐(0) 编辑
摘要: 转自: http://www.cnblogs.com/leivon/p/5691619.html https://www.cnblogs.com/leivon/p/5692588.html 阅读全文
posted @ 2018-06-04 14:33 aaronGao 阅读(295) 评论(0) 推荐(0) 编辑
摘要: 下面转自知乎 首先要区分协议跟协议栈。◇协议是一种规定。是一系列的通信标准,通信双方按照这一标准进行数据收发。◇协议栈是一系列代码,是协议的具体实现形式,通俗的理解就是用代码实现的函数库,以便开发人员调用。而z_stack就是zigbee的协议栈,所以要用zigbee建网就要用到该协议栈,调用其中的 阅读全文
posted @ 2018-06-04 09:05 aaronGao 阅读(602) 评论(0) 推荐(0) 编辑
摘要: 当然可以 只要底层driver没有对重复打开做特殊处理,一般都可以被两个进程open 那当两个进程同时打开一个设备,当此设备收到数据时,怎么能保证每个进程都能收到数据? 阅读全文
posted @ 2018-06-01 10:49 aaronGao 阅读(2250) 评论(1) 推荐(0) 编辑
摘要: Micro Community 1. 2. 3. StackExchange 另外分享一篇PIC单片机的官方文章 http://www.piclist.com/techref/logic/xtrapins.htm Hardware:using resistors, to either ground 阅读全文
posted @ 2018-05-24 16:17 aaronGao 阅读(565) 评论(0) 推荐(0) 编辑
摘要: 最近在设置AM4378 GPIO的时候产生了困惑 如何设置GPIO为output_pullup, output_pulldown, input_pullup, input_pulldown, high-impedency, output_disable, input_disable 在dts中0x0 阅读全文
posted @ 2018-05-22 16:32 aaronGao 阅读(1143) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.cnblogs.com/darryo/p/selectpollepoll-on-serial-port.html In this article, I will use three asynchronous conferencing--select, poll and e 阅读全文
posted @ 2018-05-18 10:41 aaronGao 阅读(2511) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 32 下一页