搜索资源列表
withlib
- c8051f040中液晶屏初始化配置程序和显示程序例程-Initialize and display sample with C8051f040 liquid crystal
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.
EBDSAM7S64-Interrupt-ADS
- 本程序为完成各种中断的演示.at91sam7s64芯片,ads1.2编译器.代码说明: 1)完成基本的初始化 2)初始化PIO,IRQ,FIQ,software_interrupt等 3)驱动板上的四个按键(PB1,PB2,PB3,PB4) 4)初始化DEBUG口,Usart1等 5)初始化定时器timer0,timer1等-procedures for the completion of the various demonstration interrupted.
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
Boottarget
- arm7的启动代码,初始化MCU和存储器,倍频时钟。-arm7 bootcode, initialize the MCU and memory, clock frequency.
5[1].1_color_lcd
- 嵌入式系统,在LCD指定位置画一个矩形,初始化显示器,,清屏-embedded system, the LCD designated spots painted a rectangular, initialize the display, the screen.
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.
9200-emc-test
- AT91S_IPheader IpHeader; int status; AT91F_LowLevelInit(); AT91F_DBGU_Printk("\n\n\r-I- ======================================\n\r"); AT91F_DBGU_Printk("-I- AT91RM9200 EMAC Test\n\r"); AT91F_DBGU_Printk("-I- -----------------
ARM_Boot_example.rar
- 程序主要作用是通过串口下载VxWorks到ARM Flash ROM,主要过程是初始化ARM硬件,初始化串口UART1,从串口接收VxWorks image到DRAM,初始化Flash ROM.最后将DRAM中的VxWorks写入Flash ROM. ARM 串口与PC机串口连接,由PC机下载(download)VxWorks 到主板Flash ROM. 该程序对学习和理解ARM编程很有帮助.为了便于理解,这里我全部采用实际地址,不用宏定义. 程序语言为 ARM 汇编,具体过程参考ARM编
STM32-ENC424J600SPI_driver
- 原创代码,实现了ENC424j600底层的基本驱动,初始化,读写函数。可以直接试用-Original code and achieve ENC424j600 underlying basic drive, initialize, read and write functions. Can try
eeprom.rar
- 配置使用freescale MC9S12X 单片机EEPROM,初始化,读写数据和擦除数据空间。,Freescale MC9S12X use single-chip configuration EEPROM, initialize, read and write data and erase data space.
AD
- DSP AD 采样源代码 复位芯片 AC02 & 8251 for A/D,D/A, 初始化 两个A/D、D/A芯片 TLC320AC02 采用两个中断-DSP AD sample source code reset chip AC02 & 8251 for A/D, D/A, to initialize the two A/D, D/A chip using two interrupted TLC320AC02
uart
- stm8的uart例程,不带库的,对uart进行初始化,向串口发送数据-stm8 the uart routines, without the library, on the uart to initialize, send data to the serial port
SD_CARD_FAT
- STM32下SD卡文件系统读写程序,如何初始化SD卡及读写、擦除SD卡-SD card file system program of STM32,how to initialize ,write ,read,erase SD card
PlatformBuilder
- 本文总结了Platform Builder如下常见编译错误及其解决方案: 1、Ram start overlaps rom binary 2、Failed to initialize from CECONFIG.H. 3、Bootloader 引导OS 到SDRAM 后无法执行,提示“Dabort exception!!!”(数据中止异常) 4、Could not find file E:\WINCE500\PBWorkspaces\study_catalog\RelDirsmd