搜索资源列表
mywoyuanchengxu
- 简介和源程序ad9850得初始化和控制字的写入,有不当之处望大家谅解。-source profiles and AD9850 in initialize and control the write word, an inappropriate term to draw everybody understanding.
ad9833
- 提供信号发生芯片AD9833的使用实例。包括命令字的初始化以及一个通用波形发生函数。-provide signal generation chip AD9833 examples of the use. Including the order of the words and initialize a common occurrence waveform function.
z2005122812256
- 8253的初始化程序举例: 例1:选择2号计数器,工作在3方式,计数初值为533H(2个字节),采用二进制计数。其初始化程序段为 MOV DX,307H ;命令口 MOV AL,10110110B ;2号计数器的初始化命 令字 OUT DX,AL ;写入命令寄存器 MOV DX,306H ;2号计数器数据口 MOV AX,533H ;计数初值 OUT DX,AL ;选送低字节到2号计数器 MOV AL,AH ;取高字节送AL OUT DX,AL
RTL8019AS_chinese
- 这是rtl8019控制器的一个中文资料,大家若想做嵌入式通信的相信一般回甬道这个控制器,所以这片文章可以帮助大家初始化rtl8019控制器-rtl8019 This is a Chinese controller, Embedded if you want to believe that the general communications corridor to the controller, Therefore, this article can help you initialize rt
905
- NRF905驱动代码 // The content of this struct is nRF905 s initialize data. // CH_NO=1 433MHZ Normal Opration,No Retrans RX,TX Address is 4 Bytes // RX TX Payload Width is 32 Bytes Disable Extern Clock Fosc=16MHZ // 8 Bits CRC And enable
motorola hcs12 LCD 初始化程序
- MOTOROALA HCS12系列的初始化LCD及寄存器初始化!-MOTOROALA HCS12 series of LCD and register initialization initialize!
单片机电子钟
- 用C51编写的源程序清单(由实验板运行通过)包含器件配置文件.闹时启/停子函数.走时函数.定时器T0 5mS初始化.扫描按键子函数.延时子函数等整个工程源代码-with C51 prepared by the source list (from the experimental operation through plate) contains device configuration files. When downtown Kai / stop unreachable. Walking fu
RYT1
- 此为单片机MSP430系列中常用的初始化命令和串口异步通信的简单示例.-this MSP430 MCU for commonly used commands and initialize the serial asynchronous communication simple example.
eeprom.rar
- 配置使用freescale MC9S12X 单片机EEPROM,初始化,读写数据和擦除数据空间。,Freescale MC9S12X use single-chip configuration EEPROM, initialize, read and write data and erase data space.
SD_CARD_FAT
- STM32下SD卡文件系统读写程序,如何初始化SD卡及读写、擦除SD卡-SD card file system program of STM32,how to initialize ,write ,read,erase SD card
msp430
- 基于msp430单片机的小车程序 (包括时钟初始化 PWM初始化 小车的调姿等)-Msp430 microcontroller-based small car program (including clock initialization initialize PWM Trolley attitude adjustment, etc.)
ILI9163CPHSD177_WEISHI
- ILI9163C+HSD177_WEISHI 设置lCD底层驱动初始化程序 -ILI9163C+ HSD177_WEISHI set lCD bottom drive initialize program
sja1000
- CAN节点的测试程序, 实现两个节点传送数据,程序主要分三部分 SJA1000 的初始化,接收数据,发送数据. 学习Sja1000很好的参考程序实例-CAN node test procedures, the achievement of the two nodes to transmit data, procedures to initialize the main three parts of the SJA1000, receive data, send data. Sja1000 s
ade7758
- ADE7758电能芯片初始化及操作程序 主要用于电量监测-Initialize the chip ADE7758 energy and operating procedures
I2C
- I2C代码,初始化、启动I2C通信读取数据-I2C code, initialize, start I2C read data communications
TP3465_and_TP3410
- 包括了对TP3465的初始化,通过3465初始化3410和对3410的寄存器设置,实战源码-Including the initialization of the TP3465, 3410 through 3465 and 3410 to initialize the register settings, actual source
RS-232
- void UART_init() { //初始化串行口和波特率发生器 SCON =0x58 //选择串口工作方式,打开接收允许 TMOD =0x21 //定时器1工作在方式2,定时器0工作在方式1 TH1 =0xfd //实现波特率9600(系统时钟11.0592MHZ) TR1 =1 //启动定时器T1 ET1 =0 ES=1 //允许串行口中断 PS=1 //设计串行口中断优先级 EA =1 //单片机中断允许 }-void UART_init
ADE7758
- ade7758 测量三项参数初始化和计算的源代码-ADE7758 measurement and calculation of three parameters to initialize the source code
p5
- 内部定时器实验 在使用8051的定时器/计数器前,应对它进行编程初始化。对于不同的方式,定时器的最大定时间隔,计数器的满计数值不同。本实验中8051单片机的时钟频率为6MHz,在P1.7端接有一个发光二极管,-Experiments in the use of an internal timer 8051 timer/counter before it is programmed to respond to initialize. For different ways, the greate
DBUart
- 实现两块51单片机通过串口通信 包括单片机初始化,定时器工作寄存器初始化,串行通信口工作初始化等-The realization of two single-chip microcomputer 51 through the serial communication, including single-chip initialization, the work timer register initialization, initialize serial communication por