搜索资源列表
pic2448
- PWM控制输出电压由于该程序所需完成的功能比较简单,设计时采用了简单的前后台组织结构:后台程序(主程序)在非通讯状态时工作,完成各项数据的采集和预处理,并标准化至通讯协议所规定的格式。这一过程不停进行,随时提供最新数据;前台程序(中断服务程序)在接收到来自控制器的命令时启动。它对命令加以识别,并按要求向控制器传送相应数据或对数据进行解析执行。该程序的流程示意如图-PWM output voltage control due to the completion of the procedures
07ad11
- ICCAVR编译器下的ATmega16芯片的AD使用范例。使用C语言编写,把通过中断方式的AD采集到的值送到串口。-ICCAVR compiler under the ATmega16 chips use AD model. The use of C language, the adoption of the AD interrupt processing of value to the serial.
fhe-pulse
- 光电编码器采集脉冲的程序,采用计数查询等待中断方式, 液晶显示正反转 ,显示脉冲数(60个/转),显示转圈数-optical encoder pulse acquisition procedures adopted count inquiries pending interruption, LCD rotating direction Pulse a few shows (60 / switch), the show moved around a few
plx9054
- 随着VxWorks操作系统在嵌入式系统中的应用,VxWorks下产品的开发和应用也越来越广泛. 本文描述了VxWorks下PCI数据采集模块驱动程序的设计过程,即通过PCI总线桥接芯片CY7C09449PV 的配置,实现中断和DMA数据传输、完成PCI设备的初始化和驱动接口函数及实现数据采集功能.-with VxWorks operating system in embedded system applications, VxWorks product development and a
HD7279驱动
- HD7279与51的驱动,主要修正了延时函数及按键函数,按键采集通过中断采集。-HD7279 51 and the driver, amended the delay function keys and function keys acquisition through acquisition interruption.
MADINTTMR
- PCI-1710中断采集程序,以下说明纯属无用功,凑数而已!-get the data from pci-1710 with high speed method
M48_ADC_interrupt
- AVR MEGA48 ADC中断方式AD采集-AVR MEGA48 ADC interrupt AD Acquisition
Sources
- 基于S12单片机和hq7620摄像头的图像采集程序(脉冲累加器溢出中断采集,输入捕捉中断发送数据给PC机)-picture sampling based on S12 MCU and hq7620 using interrupt.
Frequency-counter
- 基于STC89C52RC的单片机c程序。运用中断采集频率信号,数码管显示 -STC89C52RC microcontroller c program. Use of interrupt frequency signal acquisition, the digital display
C
- 单片机实现RS232串口与PC通信,AD中断采集,简单清晰,适合初学者-RS232 serial communication with a PC
AD
- HT66F0185的AD模块调试部分 通过AD中断采集所需数据。GPIO的配置会影响下载器 程序编写时需注意-the AD module of HT66F0185
1-ADC—单通道(中断读取)
- 通过adc采集单片机引脚电压,单通道(中断读取)(Collect the microcontroller pin voltage through adc)
encoder
- stm32编码器模式及中断配置,可以利用stm32读取正交编码器。CNT寄存器没10000代表一圈,每一圈产生一个中断,可以实时读取每一圈CNT值,以及总圈数(Stm32 encoder mode and interrupt configuration, you can use stm32 to read the quadrature encoder. CNT register no 10000 on behalf of a circle, each lap to produce an inte
CMOS摄像头循迹例程
- 基于RX23T单片机的CMOS摄像头图像采集处理程序的编写。主要介绍了如何使用代码生成工具配置本例程所需的UART、简易IIC、外部中断、Port等模块并生成相应的驱动代码,同时对生成的代码文件添加的摄像头驱动与数据存储函数进行了详细说明。后附CMOS摄像头图像采集处理程序源码实例,用户可以结合本例程对RX23T单片机进行摄像头循迹等的拓展应用。(Programming of CMOS camera image acquisition and processing program based o
dsp2812数据采集
- 本实例软件部分设计介绍主程序流程,a/d初始化子程序,中断服务子程序等。 TMS320F2812片内集成A/D转换器进行数据采集。(The software design of this example introduces the main program flow, a/d initialization subroutine, interrupt service subroutine and so on. TMS320F2812 chip integrated A/D converter
EKTC52D1
- 51和迪文串口屏通信C语言源码,温度采集显示,可以进行移植,很友好,很详细,附带的例程帮助很大(51 and Devon serial port communication C language source code, temperature acquisition display, you can transplant, very friendly, very detailed, with the help of a large routine.)
ICM42605_DRIVER
- ICM的六轴42605传感器驱动例程 通过FIFO阈值中断采集六轴数据(ICM's six axis 42605 sensor driver routines collect six axis data through FIFO threshold interruption.)
dsp28335工程
- 本工程为高压开关柜测量控制程序,能够控制断路器的分合闸动作,隔离的分合闸,旁隔的分合闸动作,能够测量断路器的分合闸线圈的动作电流,主回路的电压电流,检测断路器的分合闸的位置状态,能够检测高压开关柜的环境温湿度。 sciA的作用是有触摸屏通讯,波特率为115200.scia的接收中断接收8个字节,包括三个功能码,06功能码为设置数值,05功能码为控制。07功能码为自定义的,作用是告诉dsp发送给触摸屏电流值。 Scia发送中断可以发送四帧数据,第一帧为数字变量,发送一些位置变量。第二帧为模拟量
基于DSP中断工作方法的音频滤波代码
- 设计基于DSP中断工作方式的语音采集-滤波-回放系统,要求: 1.输入为双声道立体声音频,用48kHz的采样率采集音频。 2.将音频信号经36阶截止频率10kHz的低通滤波处理后,再进行回放。 3.要求采用音频接收、播放双中断工作方法。
ADC的dma中断采集
- 本人自己编写stm32F103单片机 dmaADC中断采集代码,亲测有用