搜索资源列表
有限状态机
- 有限状态机FSM思想广泛应用于硬件控制电路设计,也是软件上常用的一种处理方法(软件上称为FMM--有限消息机)。它把复杂的控制逻辑分解成有限个稳定状态,在每个状态上判断事件,变连续处理为离散数字处理,符合计算机的工作特点。同时,因为有限状态机具有有限个状态,所以可以在实际的工程上实现。但这并不意味着其只能进行有限次的处理,相反,有限状态机是闭环系统,有限无穷,可以用有限的状态,处理无穷的事务。-FSM thinking widely used hardware control circuit d
RS232-485
- 关于232的各种使用情况,RS232 RS485接口原理图,无源转换电路设计 -RS232 RS485
ImplementationofFPGAconfiguration
- 基于ARM 微控制器配置FPGA 的实现 摘 要:介绍了基于ARM 内核的ATMEL AT91FR4081 微控制器以J TAG 的ISP 方式配置XILINX XC2S150PQ208 FPGA 的实现过程。这是一种灵活和经济的FPGA 的配置方法。介绍了ISP 和J TAG 的原 理、系统实现的流程、硬件电路设计、J TAG 驱动算法的实现和配置时间的测试结果。-ARM-based microcontroller to configure the FPGA to achieve
PIC18FxxxMCU_Program
- 主要介绍PIC18Fxxx系列单片机的程序设计方法。书中介绍了大量的应用例程及与程序设计相关的知识,几乎涉及到PIC18Fxxx单片机的所有功能模块的编程应用,并给出了典型应用实例的原理电路图和源程序清单。-Introduces SCM Series PIC18Fxxx programming method. The book describes the application of a large number of routines and procedures and design-rel
HardwareDesinofContactlesePowerTransferControlCirc
- :介绍非接触能量传输系统的控制电路硬件设计。利用ARM9芯片和电源技术设计出CPT系统的嵌入式控制系统。实验表明,该控制电路能够达到非接触能量传输系统的控制要求。-: Introduction of non-contact energy transmission system control circuit hardware design. ARM9 chip and power use technology to design CPT system embedded control syste
DSPExternalCircuitDesign
- DSP外围电路设计,主要介绍TI公司TMS320C系列DSP外围电路的设计方法-DSP peripheral circuit design, the main company TMS320C Series TI introduce DSP peripheral circuit design method
player
- 一个基于ARM的流媒体播放器的完整代码和硬件电路设计.-ARM-based streaming media player full code and hardware design.
S3C6410X_Circuit_Design_Guide_rev10
- 三星s3c6410芯片的电路设计指南,详细而且全面-Samsung s3c6410 chip circuit design guidelines, detailed and comprehensive
msp430
- msp430 实验代码 1,MSP430开发基础 2,键盘设计 3,数码管显示电路设计 4,液晶模块接口 5,MSP430 CRC 6,中文输入法 7,数据压缩算法 8,FIR滤波 9,FFT算法 10,波特率自动识别 11,串行存储 12;NAND flash 接口 13;A/ D,TLV2541 14;DA DAC8830 15;ADS1241 16;温度 TMP100 17;定时器 DAC
PCB_Design_Knowlege
- 电路板设计的经验知识,很实用。模拟电路/数字电路-Circuit board design experience and knowledge in very practical. Analog/digital circuits
heardrate
- 完成传感器选择和检测电路设计.LCD显示实时心跳数,(显示格式自己定义) 键盘设置功能,设置最高报警心跳数-Complete the sensor selection and detection circuit. LCD display real-time heart rate, (the display format their own definition) keyboard setting, to set the maximum heart rate alarm
Atlas.digital.circuit
- 万用表电路图集数字万用表电路设计资料Atlas digital multimeter multimeter circuit circuit design information -Atlas digital multimeter multimeter circuit circuit design information
xin_fasong
- 应用在ARM7嵌入式电路设计中的can通讯设置-ARM7 embedded applications in circuit design communication settings can
ISL60002
- 一个很好的电源稳压器件,温度漂移很小。对电路设计很有帮助-A good power supply regulator device, the temperature drift is very small. Useful for circuit design
SPICE_demo
- SPICE演示讲稿,SPICE的概述 SPICE的网表结构 SPICE的部分语法 电路设计的基本流程 -Demonstration speech SPICE, SPICE overview of SPICE netlist syntax structure of SPICE circuit design part of the basic process
tps79901
- 硬件电路设计,电源部分,LDO,专用于开关转线性,专用于对电源纹波要求很高的模拟部分-Hardware circuit design, power supply, LDO, linear transfer switch dedicated, dedicated power supply ripple on the analog part of the demanding
temp
- 课程设计 测频程序 线性插值测温度5度标定 我得单片机课程设计 做了两天的 用555定时器和51单片机的测频程序组成的景区温度测量电路 用线性插值的方法测量 很准的 10k的NTC电阻 1602显示-Frequency measurement program curriculum design temperature of 5 degrees linear interpolation of measured single-chip calibration I have to do a two-d
LED
- 1设计要求 PC6,PC7,PD6,PD13 LED快速交替闪烁。 2 硬件电路设计 在开发板上通用I/O口PC6,PC7,PD6,PD13作为控制D1,D2,D3,D4的控制线。 3软件程序设计 根据设计任务要求,软件程序主要包括: (1) 配置GPIO口,将PC6,PC7,PD6,PD13配置为上拉输出模式。 (2) 延时控制相应端口的置位和复位。 4 运行过程 (1) 使用Keil uVision3 通过
EasyARM2131
- ARM2131的硬件电路设计说明,适合新手上路学习-ARM2131 descr iption of the hardware circuit design, suitable for novice to learn the road
STC12C5A60S2control_motol
- 这个是我的实训,题目是直流电机的控制,用STC12C5A60S2控制直流电机,通过内部的PWM口来控制电机的调速,硬件部分的电路设计不好,导致电机转速不快。具体实现的功能是电机正反转,调速,还有用红外对管测速-This is my training, entitled DC motor control, DC motor, STC12C5A60S2 control by the internal PWM port to control the motor speed, the circuit d