搜索资源列表
AT91RM3400-MCK-GHS3_6-1_1
- This zip file describes how to generate a clock on the PCK pin using the PMC running under AT91RM3400DK with Green hills 3.6.1 Multi® 2000 Software Tool. Includes main.html file for help.
AT91M42800A-UsartPDC-ADS1_2-2_0
- This zip file describes a Basic USART using Interrupts and PDC running under EB42 with ARM® ADS 1.2 Software Tool. Includes main.html file for help.
C-Datasheet_SHT21_V1.0
- SHT21, 新一代 Sensirion 湿度和温度传感 器在尺寸与智能方面建立了新的标准:它嵌 入了适于回流焊的双列扁平无引脚DFN 封装, 底面 3 x 3mm ,高度1.1mm。传感器输出经过标 定的数字信号,标准 I2C 格式。 SHT21 配有一个全新设计的CMOSens® 芯 片、一个经过改进的电容式湿度传感元件和 一个标准的能隙温度传感元件,其性能已经 大大提升甚至超出了前一代传感器(SHT1x 和SHT7x)的可靠性水平。例如,新一代湿
ALU1
- ALU 指令格式(16位) op DR SR fun 0--3 4—7 8--11 12--15 指令类 OP码 指令 FUN 功能描述 控制 0000 NOP 0000 空指令 HLT 0001 停机 有条件跳转 0010 JZ 0000 Z=1,跳转 JC 0001 C=1,跳转 JNC 0010 C=0,跳转 JNZ 0100 Z=0,跳转 Jump 0101 无条件跳转 LOAD 001
vusb-20090415
- 大家熟悉的AVRUSB,最新版本更名了 更新:1.修改了HID-MOUSE代码的配置。 2.项目更名为V-USB -Hid-mouse example used settings from hid-data example, fixed that. Renamed project to V-USB due to a trademark issue with Atmel® .
ParallelToI2C
- 本程序实现应用软件通过并口模拟I2C通讯。 使用前将porttalk.sys复制到 System32\Drivers目录下, 再将porttalk.reg导入注册表。 将其它四个代码文件导入VC工程,主要调用 CParallelToI2C类中的函数。 相信大家可以看明白这个类的函数的作用。 另: 1. 本程序中I2C时钟周期默认为2ms,可以适当调整。 2. 电于电路不同,使用并口引脚不同,可以对类进行适当修改。-Applications of this prog
pdk10_imx27_WinCE60_RM
- i.MX27 PDK 1.0 Windows Embedded CE 6.0 Reference Manual. This reference manual describes the requirements, implementation, and testing for the modules included in Freescale’s software development kit (SDK) for Microsoft® Windows® CE 6.0. Th
ADS_AssembleGuide
- ARM® Developer Suite Version 1.2 Assembler Guide-ARM® Developer Suite Version 1.2 Assembler Guide
ADS_AXDarmsdGuide_D
- ARM® Developer Suite Version 1.2 AXD and armsd Debuggers Guide-ARM® Developer Suite Version 1.2 AXD and armsd Debuggers Guide
libminigui-1.6.0-linux-host
- 这是在Linux下进行GUI界面开发的全套libminigui软件包。我里面写了一个安装步骤的文档,希望对需要的朋友有用。提醒一下,如果是做移植的话,在进行libminigui的./configure配置和安装reg-host完了以后,还需要回过去把libminigui再重新进行./build....-TFT(中间还有命令),这样就可以把原先的lib库进行一次交叉编译了,在做移植的时候就不会有错误情况出现了。-This is a GUI in Linux under the full set o
LCD
- 基于FPGA_EP2C8的lcd控制器,显示字符,初学者使用-module lcd_driver(clk,rst,LCD_DATA,RS,RW,EN) input clk,rst //rst is the signal of reset,active low(0). output RS,RW,EN //R
song
- module song(clk,key,song_out,led) input [7:0] key input clk output song_out output [7:0] led reg song_reg reg [21:0] count reg [19:0] delay reg [7:0] key_reg always @(posedge clk) begin count=count+1 if((count==de
PPIV2
- 1, voer die monster voor jy Reg.bat lêer 2, na ontvangs van die geregistreerde beeld, asseblief aan die beheer gids, en vul die registrasie van die maatskappy kode 3, indien enige vrae is, stuur my n e-pos-1, voer die monster voor jy Reg.bat lêer 2,
S7_PPI
- 1, voer die monster voor jy Reg.bat lêer 2, na ontvangs van die geregistreerde beeld, asseblief aan die beheer gids, en vul die registrasie van die maatskappy kode 3, indien enige vrae is-1, voer die monster voor jy Reg.bat lêer 2, na ontvangs van d
regregreg
- 环境上没有看到verilog,才选VHDL 程序是verilog写的 实现电平敏感的1 位数据锁存器-function to complice reg with verilog
PCM-9361_User_Manual_ed
- 研华PCM-9361嵌入式工控开发板说明书-The PCM-9361 is a 3.5" SBC (Single Board Computer) with Embedded Intel® Atom N270 1.6 GHz Processor. PCM-9361 can support DDR2 memory up to 2GB, has five USB 2.0 compatible ports, Giga LAN (1000 Mbps) interface, LVDS/TTL
DDR_CTRL
- DDR Verilog 控制器,quartus 10.1工程。适用Altera Cyclone® III starter board-DDR control quatrus 10.1,Altera Cyclone® III starter board
DS18b20
- DS18B20是DALLAS(达拉斯)公司生产的一款超小体积、超低硬件开销,抗干扰能力强、精度高、附加功能强的温度传感器。-Unique 1-Wire® interface requires only one port pin for communication
chuan2bing
- Verilog语言实现的串行输出转换位并行输出的程序代码,并生成模块电路图-module b_c(dout,clk,clr,din) output dout input [3:0] din input clk,clr reg dout reg [3:0] q reg [1:0] cnt always@(posedge clk) begin cnt<=cnt+1 if(clr
reg_parse
- 查看寄存bit值 reg_parse.exe 0x123 [0:4][4:1][9] reg value: 0x123 [0:4] : 0x3 00011 [4:1] : 0x1 0001 [9] : 0x0 0(register bit value reg_parse.exe 0x123 [0:4][4:1][9] reg value: 0x123 [0:4] : 0x3 00011 [4:1] : 0x1 0001