搜索资源列表
Voltage-meter
- 自制完全成功!!!!ADC0809时钟直接使用AT89C51的ALE信号2MHz P1口段码,P2.0-3位码(P2.0为最右边数码管的位码) P0口数据输入 通道0输入,ADC0809中ST和ALE---P3.0,EOC---P3.2,CLK---ALE.OE---P3.1*/-made entirely successful! ! Connection between ADC 0809 clock direct access to the ALE signal AT89C51 2MHz
tlv1544
- TLV1544与TMS320VC5402通过串行口连接,此时,A/D转换芯片作为从设备,DSP提供帧同步和输入/输出时钟信号。TLV1544与DSP之间数据交换的时序图如图3所示。 开始时, 为高电平(芯片处于非激活状态),DATA IN和I/OCLK无效,DATAOUT处于高阻状态。当串行接口使CS变低(激活),芯片开始工作,I/OCLK和DATAIN能使DATA OUT不再处于高阻状态。DSP通过I/OCLK引脚提供输入/输出时钟8序列,当由DSP提供的帧同步脉冲到来后
AD1
- 中断方式的A/D采集系统使用ADC0809的通道0,接入0-5V的直流电压,用W1调整模拟电压值,A/D的转换结束信号EOC接在8259A的IRQ3上,采集100个数据并存入内存中,同时将采集的16进制数据显示在数码管上。请多次调整0-5V的电压值(旋动W1旋钮),进行A/D采集,并观测内存中的数据的变化情况。-Interrupt the A/D acquisition system using ADC0809 channel 0, access to 0-5V DC voltage, usin
ETSTM32F103ADCinterrupt
- using adc with interrupt on EOC
9200-DS1307
- ATMEL 9200 芯片与DS1307之间的通讯,平可通过调试串口看结果-ATMEL 9200 chip and the communication between the DS1307, the EOC can see the results of serial testing
msp430x41x2_adc
- //*** *** *** *** *** *** *** *** *** *** *** *** *** // MSP430x41x2 Demo - ADC10, Sample A0, Signed, Set P5.1 if A0 > 0.5*AVcc // // Descr iption: A single sample is made on A0 with SIGNED reference to AVcc. // Software sets ADC10SC to s
MSP430X149_adc
- MSP430X149的模数转换例程,详细内容请见英文说明-MSP430 ADC Demo: A single sample is made on A0 with reference to AVcc. Software sets ADC10SC to start sample and conversion- ADC12SC automatically cleared at EOC. ADC12 internal oscillator times sample (16x) and conversio
slac011h
- 各种源程序代码,包括一些基础源代码,适合基础学习MSP430共50多个。- // Descr iption: A single sample is made on A0 with reference to AVcc. // Software sets ADC10SC to start sample and conversion- ADC12SC // automatically cleared at EOC. ADC12 internal oscillator times sa
BMP085ExampleCode
- BMP085 Test Code April 7, 2010 by: Jim Lindblom Test code for the BMP085 Barometric Pressure Sensor. We ll first read all the calibration values from the sensor. Then the pressure and temperature readings will be read and calculate
DCMotor
- ADC EQU 35H CLOCK BIT P2.4 定义ADC0808时钟位 ST BIT P2.5 EOC BIT P2.6 OE BIT P2.7 PWM BIT P3.7 ORG 00H SJMP START ORG 0BH LJMP INT_T0 START: MOV TMOD,#02H MOV TH0,#20 MOV TL0,#00H MOV IE
fet430_adc12_01
- A single sample is made on A0 with reference to AVcc. Software sets ADC12SC to start sample and conversion - ADC12SC automatically cleared at EOC. ADC12 internal oscillator times sample (16x) and conversion. In Mainloop MSP430 waits in LPM0 to save p
dsfsdf
- 这是EOC源代码程序,希望对大家有所帮助让我们共同学习,-This is the EOC program source code, we want to help us learn together
iccavr_source
- M8 TLC2543 PB5-DATADIN PB0-DATAOUT PB1-#CS PB2-CLOCK //本程序没有使用tlc2543的EOC(转换结束标志)信号,片选一直处于选中,也可以自己加入片选信号 unsigned int tlc2543(unsigned char senddata) { unsigned int recdata = 0 unsigned int i = 0 senddata = 0B11010000 //控
TC1602
- // Descr iption: A single sample is made on A0 with reference to AVcc. // Software sets ADC10SC to start sample and conversion - ADC12SC // automatically cleared at EOC. ADC12 internal oscillator times sample (16x) // and conversion. In Main
iptables-1.3.8
- iptables-1.3.8 嵌入式防火墙网络安全常用软件,本代码已经在EOC设计中使用。-iptables-1.3.8 embedded firewall network security software is used, the design of this code has been used in the EOC.
ADCzhuanhuanqi
- 实验用的ADC0809逐次逼近A/D转换器是八位A/D转换器。每采集一次一般需100us。本程序是用延时查询方式读入A/D转换结果。也可以用中断方式读入结果,在中断方式下,A/D转换结束后会自动产生EOC信号,将其与CPU的外部中断相接。-Experiment with the ADC0809 successive approximation A/D converter is eight A/D converter. Each collection time normally takes 100
fet140_adc12_01
- 展示了msp430f14x单片机的AD操作-A single sample is made on A0 with reference to AVcc. Software sets ADC10SC to start sample and conversion- ADC12SC automatically cleared at EOC. ADC12 internal oscillator times sample (16x) and conversion. In Mainloop
sy5
- 移位寄存器 LIBRARY IEEE USE IEEE.STD_LOGIC_1164.ALL ENTITY ADCINT IS PORT(D : IN STD_LOGIC_VECTOR(7 DOWNTO 0) --来自0809转换好的8位数据 CLK : IN STD_LOGIC --状态机工作时钟 EOC : IN STD_LOGIC --转换状态指示,低电平表示正在转换 ALE : OUT STD_LOGIC --8个模拟信号通道地址锁存信号 START
1
- A single sample is made on A10 with reference to internal // 1.5V Vref. Software sets ADC12SC to start sample and conversion - ADC12SC // automatically cleared at EOC-A single sample is made on A10 with reference to internal 1.5V Vref. Software s
A1
- IAR环境下 MSP430-149F,以参考电压为采样信号的ADC采样示例程序,当采样到的电压A0>0.5*AVcc,P3.4(LED)置位,否则复位。- MSP-FET430P140 Demo- ADC12, Sample A0, Set P3.4 if A0 > 0.5*AVcc Descr iption: A single sample is made on A0 with reference to AVcc. Software sets ADC10SC to