搜索资源列表
msp430x11x1_549
- 宣读了一份tlc549 ADC的参考vcc使用软件SPI和存储8位数字代码在adcdata 。该tlc549采样,在一个连续循环。如果adcdata > 0.5 * vcc , p1.0设置,否则复位。aclk为N /甲mclk = smclk =预设会计处〜 800k vcc必须至少为3V为tlc549
AD779xQuestions.rar
- AD779x 系列产品常见问题解答AD7798/AD7799均为适合高精度测量应用的低功耗、低噪声、完整模拟前端,内置一个低噪声16位/24位Σ-Δ型ADC,其中含有3个差分模拟输入,还集成了片内低噪声仪表放大器,因而可直接输入小信号。当增益设置为64、更新速率为4.17Hz时,AD7799的均方根(RMS)噪声为27nV,AD7798的均方根(RMS)噪声为40nV.,AD779x products FAQ AD7798/AD7799 are high-precision measuremen
TempSensor
- cc2430芯片的模数转换器有一路专门的温度传感器输入,通过设置ADC获取采样电压,可以计算出芯片温度,此为源代码-cc2430 chip ADC has a special way the temperature sensor input, by setting the ADC for sampling voltage, chip temperature can be calculated, this is the source code
ADC
- STM32F10 Cortex-M3对AD转换的相关设置于应用,对AD装换有一定程度的理解-STM32F10 Cortex-M3 to the AD conversion related settings on the application, installed on the AD for a certain level of understanding
STM32f103-ADC-USART
- STMicroelectronics 32 用ADC模块采集两路信号并通过USART模块送出 * 设置ADC1的常规转换序列包含CH10和CH16(片内温度传感器) * 设置了连续转换模式,并使用DMA传输-STMicroelectronics 32 ADC module with the acquisition of two signals sent through the USART module* set ADC1 conventional conversion sequence
C8051FExamples
- 这是C8051F系列单片机的例子,里面有PWM16位,8位,PCA模块,UAT0/1串口设置,定时器中断设置,SPI,ADC等,还有一些交叉口设置例程-This is a series of single-chip C8051F example, there are PWM16 bit, 8-bit, PCA modules, UAT0/1 serial port settings, set the timer interrupt, SPI, ADC, as well as a number o
AT91SAM7X256-ADC-IAR
- 程序说明: 一、开发环境 1、开发板:AT91SAM7X256-EK 2、仿真器:SAM-ICE(ATMEL) 3、开发软件:IAR4_30A-1_2(IAR) 二、程序功能 1、程序目的:介绍AT91SAM7X256 ADC的基本用法: 2、 功能说明: ADC测试--用ADC0_AD3作为模拟开关 三、开发板设置 1、依据AT91SAM7X256-EK使用向导,设置好开发板(最小系统). 2、J13的1、2脚短接,选用MN2的输出
ADC
- MSP430 ADC的设置源程序,IAR工程文件,可以直接使用-MSP430 ADC setting source, IAR project file, can be used directly
ADC0
- 本程序是C8051f340中ADC0的所有启动方式,及其工作方式,单端,双端,参考电压的设置,及其转化到数码管显示。-This program is C8051f340 all started in the ADC0 way, and work, single-ended, double-end, the reference voltage setting, and its transformation to a digital display.
A1
- MSP430 ADC的设置源程序1(IAR工程文件可以直接使用-MSP430 ADC set source 1 (IAR project file can be used directly
A2
- MSP430 ADC的设置源程序2(IAR工程文件可以直接使用-MSP430 ADC setup source 2 (IAR project file can be used directly
A3
- MSP430 ADC的设置源程序3(IAR工程文件可以直接使用)-MSP430 ADC setup source 3 (IAR project file can be directly used)
adc
- 用于dsp编程时的adc口的设置,以便程序能够顺利正确的运行,顺利采集数据并进行转换-For the mouth when programming DSP adc set, while the program to be able smoothly the correct running smoothly and collect the data and for conversion
STM32-ADC
- 计算ARM芯片AD采样周期计算,及采样周期的设置,对于某些应用很重要-Calculation, calculate the ARM chip AD sampling period and sampling period setting is very important for some applications
STM32-ADC
- 本程序为STM32寄存器版本的程序。采用ADC来实现电压的检测。其中包含了ADC的初始化和设置,采用ADC1的15通道PC5来采集数据。-This procedure for the STM32 register version of the program. ADC to voltage detection. Which contains initialization and setting of the ADC, using the ADC1 the 15-channel PC5 to co
ADC
- 3.A/D程序设计与电路仿真 通过AD对外部电压进行AD采样,然后利用SPI接口对采样回来的数据进行显示,并将转换结果通过UART发给上位机进行显示。 首先设置需要显示的数组,使用PINSEL0、PINSEL1寄存器设置串口0的连接端口,使用IO0DIR设置74HC595的控制口,初始化串口0,使用U0LCR、U0DLM、U0DLL、U0LCR寄存器设置波特率,初始化SPI接口,设置SPI的时钟分频、接口模式。 其次对ADC模块进行设置,通过移位设置寄存器ADCR选择通道0,设置转换
get_data
- 通过使用线性序列机用来对ADC进行设定,此程序比较适合使用Verilog的初学者。非常简洁明了。(By using linear sequence machine to set the ADC, this program is more suitable for beginners using Verilog. Very concise and clear.)
ADC
- STM32功能中ADC的设置,初始化文件(ADC; STM32 function in the ADC settings, initialization file)
P35PWM_P15ADC_串口1设置占空比
- 使用PCA0从P3.5输出8位的PWM, 输出的PWM经过RC滤波成直流电压送P1.5做ADC并用数码管显示出来.串口1配置为115200bps, 8,n, 1, 切换到P3.0 P3.1, 下载后就可以直接测试. 主时钟为22.1184MHZ, 通过串口1设置占空比.串口命令使用ASCII码的数字, 比如: 10, 就是设置占空比为10%, 100, 就是设置占空比为100%.可以设置的值为0~256, 0为连续低电平, 256为连续高电平.右边4位数码管显示ADC值, 左边4位数码管显示PW
adc_soc
- ePWM1设置为在计数到比较寄存器值时产生SEQ1转换触发信号,ADC两通道ADCINA0和ADCINA1完成转换后产生中断,在中断子程序中分别提取ADC的采样值(The ePWM1 is set to generate the SEQ1 conversion trigger signal when the count to the register value is compared. The ADC two channel ADCINA0 and ADCINA1 complete the i