IPMIv2.0规范,相关软硬件人员的参考资料。
上传时间: 2013-06-23
上传用户:xzt
新唐科技(原华邦电子逻辑事业群),自2010年成功推出ARM® Cortex™-M0为内核的32位单片机 - NuMicro™ 家族后,持续专注于新一代微控制器系列产品的开发。同时,32位MCU的发展前景备受各方瞩目,在工业控制、消费电子、汽车电子、高速计算与通讯控制等应用领域的推波助澜下,32位MCU的成本和性价比展现令人期待的成长爆发力。2012年新唐再度大展身手,开发出多款新系列32位元带有 USB 全速2.0设备的低功耗NUC122系列,NUC123系列。为了使更多用户快速了解新唐32-bit Cortex-M0 USB MCU的竞争优势,本次我们特别选择以NuMicro USB系列为研讨会主题,欢迎您的参加与讨论。
上传时间: 2013-11-22
上传用户:1047385479
超声波与人体感应各种中文资料精华打包 超声波与人体感应资料LCD1602实验:开发板上插上1602,用四根杜邦线与超声波模块相连,分别为 模块VCC=板上的VCC,模块GND=板上的GND,模块TRIG=单片机管脚P2.0, 模块ECH0单片机管脚P2.1. 接好后下载 脉宽测量.HEX 这个烧录文件就可以看到结果了。 数码管实验:数码管的接线请看51例程中的数码管实验的接线,然后接开发板与超声波模块的线,模块VCC=板上的VCC,模块GND=板上的GND,模块TRIG=单片机管脚P2.0, 模块ECH0单片机管脚P2.1。 接好后下载 脉宽测量.HEX 这个烧录文件就可以看到结果了。
上传时间: 2013-11-14
上传用户:chongcongying
a_bit equ 20h ;个位数存放处 b_bit equ 21h ;十位数存放处 temp equ 22h ;计数器寄存器 star: mov temp,#0 ;初始化计数器 stlop: acall display inc temp mov a,temp cjne a,#100,next ;=100重来 mov temp,#0 next: ljmp stlop ;显示子程序 display: mov a,temp ;将temp中的十六进制数转换成10进制 mov b,#10 ;10进制/10=10进制 div ab mov b_bit,a ;十位在a mov a_bit,b ;个位在b mov dptr,#numtab ;指定查表启始地址 mov r0,#4 dpl1: mov r1,#250 ;显示1000次 dplop: mov a,a_bit ;取个位数 MOVC A,@A+DPTR ;查个位数的7段代码 mov p0,a ;送出个位的7段代码
上传时间: 2013-11-06
上传用户:lx9076
摘 要:以EZ2USB FX2为基础设计了一种单片机的USB接口方式.该设计应用EZ2USB FX2芯片构建单片机和主机的数据管道,接口符合USB2.0协议.EZ2USBFX2芯片工作在从属FIFO方式下,通过适当的配置与单片机方便地进行连接,单片机可以象访问外部存储器一样访问FX2的端点.主机应用程序通过USB接口向单片机发送相应的命令,并能够接收单片机上传的数据.该设计硬件连接方便、编程简单.文中详细介绍了该设计的硬件组成和软件设计,包括FX2的固件程序和主机用户程序.关键词:FX2;Slave FIFO;USB;接口
上传时间: 2013-12-26
上传用户:swz13842860183
6引脚8位闪存单片机 PIC10F200/202/204/206数据手册 目录1.0 器件概述2.0 PIC10F200/202/204/206 器件种类3.0 架构概述4.0 存储器构成5.0 I/O 端口6.0 Timer0 模块和TMR0 寄存器(PIC10F200/202)7.0 Timer0 模块和TMR0 寄存器(PIC10F204/206)8.0 比较器模块9.0 CPU 的特性10.0 指令集汇总11.0 开发支持 12.0 电气规范 13.0 DC 及AC 特性图表14.0 封装信息 索引 客户支持 变更通知客户服务 读者反馈表 产品标识体系
上传时间: 2013-10-09
上传用户:chenhr
All inputs of the C16x family have Schmitt-Trigger input characteristics. These Schmitt-Triggers are intended to always provide proper internal low and high levels, even if anundefined voltage level (between TTL-VIL and TTL-VIH) is externally applied to the pin.The hysteresis of these inputs, however, is very small, and can not be properly used in anapplication to suppress signal noise, and to shape slow rising/falling input transitions.Thus, it must be taken care that rising/falling input signals pass the undefined area of theTTL-specification between VIL and VIH with a sufficient rise/fall time, as generally usualand specified for TTL components (e.g. 74LS series: gates 1V/us, clock inputs 20V/us).The effect of the implemented Schmitt-Trigger is that even if the input signal remains inthe undefined area, well defined low/high levels are generated internally. Note that allinput signals are evaluated at specific sample points (depending on the input and theperipheral function connected to it), at that signal transitions are detected if twoconsecutive samples show different levels. Thus, only the current level of an input signalat these sample points is relevant, that means, the necessary rise/fall times of the inputsignal is only dependant on the sample rate, that is the distance in time between twoconsecutive evaluation time points. If an input signal, for instance, is sampled throughsoftware every 10us, it is irrelevant, which input level would be seen between thesamples. Thus, it would be allowable for the signal to take 10us to pass through theundefined area. Due to the sample rate of 10us, it is assured that only one sample canoccur while the signal is within the undefined area, and no incorrect transition will bedetected. For inputs which are connected to a peripheral function, e.g. capture inputs, thesample rate is determined by the clock cycle of the peripheral unit. In the case of theCAPCOM unit this means a sample rate of 400ns @ 20MHz CPU clock. This requiresinput signals to pass through the undefined area within these 400ns in order to avoidmultiple capture events.For input signals, which do not provide the required rise/fall times, external circuitry mustbe used to shape the signal transitions.In the attached diagram, the effect of the sample rate is shown. The numbers 1 to 5 in thediagram represent possible sample points. Waveform a) shows the result if the inputsignal transition time through the undefined TTL-level area is less than the time distancebetween the sample points (sampling at 1, 2, 3, and 4). Waveform b) can be the result ifthe sampling is performed more than once within the undefined area (sampling at 1, 2, 5,3, and 4).Sample points:1. Evaluation of the signal clearly results in a low level2. Either a low or a high level can be sampled here. If low is sampled, no transition willbe detected. If the sample results in a high level, a transition is detected, and anappropriate action (e.g. capture) might take place.3. Evaluation here clearly results in a high level. If the previous sample 2) had alreadydetected a high, there is no change. If the previous sample 2) showed a low, atransition from low to high is detected now.
上传时间: 2013-10-23
上传用户:copu
PCIE 3.0相对于它的前一代PCIE 2.0的最主要的一个区别是速率由5GT/s提升到了8GT/s。为了保证数据传输密度和直流平衡以及时钟恢复,PCIE 2.0中使用了8B/10B编码,即将每8位有效数据编码为10位数据进行传输,这样链路中将会有20%信息量是无效的,即使得链路的最大传输容量打了20%的折扣。而速率提升的目的是为了更快的传输数据,编码方式也不可或缺,因此在PCIE 3.0中还通过使用128B/130B的编码方式(无效信息量减低为1.5625%),同时使用加扰的方式(即数据流先和一个多项式异或得到一个更加随机性的数据,到接收端使用同样的多项式将其恢复出来)来实现数据传输密度和直流平衡以及时钟恢复的实现。
上传时间: 2014-12-29
上传用户:shaojie2080
USB2.0可以使用原来USB定义中同样规格的电缆,接头的规格也完全相同,在高速的前提下一样保持了USB 1.1的优秀特色,并且,USB 2.0的设备不会和USB 1.X设备在共同使用的时候发生任何冲突。
上传时间: 2014-02-18
上传用户:从此走出阴霾
USB-2.0设备的设计与开发
上传时间: 2014-01-16
上传用户:feifei0302