搜索资源列表
51MCUI2Cdriver
- MCS-51单片机模拟I2C软件包(内含有应用实例)本版本是针对24系列EEPROM专门设置的,用此软件包进行EEPROM读写时,用户不必考虑页写问题,及16位存储器地址的问题-MCS-51 microcontroller simulation package I2C (contain examples) versions of the series EEPROM 24 specially set up by using this package EEPROM read and write, t
AT89S52
- Features • Compatible with MCS-51® Products • 8K Bytes of In-System Programmable (ISP) Flash Memory – Endurance: 1000 Write/Erase Cycles • 4.0V to 5.5V Operating Range • Fully Static Operation: 0 Hz to 33 MHz •
mcs-96系列十六位单片微机实用手册
- mcs-96系列十六位单片微机实用手册--MCS-96 series 16-bit SCM manual.
embedded system paper1
- 介绍几种cpuThe 8xC251SA/SB/SP/SQ improves on the MCS-51 architecture and peripheral features, introducing the advanced register based CPU architecture i.e., the MCS 251 microcontroller architecture. The register based CPU supports a 40-byte register file
典型实例10.8 字符LCD接口的设计与实现
- 典型实例10.8 字符LCD接口的设计与实现 软件开发环境:ISE 7.1i 硬件开发环境:红色飓风II代-Xilinx版 1. 本实例控制开发板上面的LCD的显示; 2. 工程在\project文件夹里面 3. 源文件和管脚分配在\rtl文件夹里面 4. 下载文件在\download文件夹里面,.mcs为PROM模式下载文件,.bit为JTAG调试下载文件。,Typical examples of character LCD interface 10.8 The Des
CS8955TV_source_code.rar
- CS8955控制TV软件。用MCU做模拟电视的控制。,CS8955+TV+TNJ7355(tuner).The CS8955 micro-controller is an 8051 CPU core embedded device targeted for LCD Monitor, LCD TV, Home Appliance, or Consumer Products application. The CS8955 is pin-out compatible with MCS-51
assignmentP2
- 1. Access the relevant reference books or technical data books and give accurate definitions for the following timing parameters: (1) propagation time tPD, (2) transition time tTD, (3) setup time tSU, (4) hold time tHD, and (5) clock-to
sha1_c51
- SHA1算法的MCS-51平台实现,原创代码,专门为8位机优化,C语言和汇编与语言混合编程。完整KeilC工程,有测试代码。 优化后速度:一次SHA1(64字节),66363个指令周期,对应16MHz DS80C320 16ms 代码空间:字节,C支持库148字节(可覆盖) 数据空间:xdata 320(0x140)字节(可覆盖),data 34字节(可覆盖) -SHA1 algorithm MCS-51 platform, original code, specificall
GM
- 本文以MCS-51单片机为开发平台,设计一个基于单片机的数据采集系统。系统可以采集16路模拟量,精度为12位,16路开关量和2路脉冲量,并将采集到的数据每隔一分钟通过串口发送到PC机。-In this paper, MCS-51 microcontroller as the platform to design a microcontroller based data acquisition system. System can capture analog 16, a precision 12
14SPI
- c8051f系列单片机的SPI 并行/串行通信源程序 Cygnal出的一种混合信号系统级单片机。片内含CIP-51的CPU内核,它的指令系统与MCS-51完全兼容。其中的C8051F020单片机含有64kB片内Flash程序存储器,4352B的RAM、8个I/O端口共64根I/O口线、一个12位A/D转换器和一个8位A/D转换器以及一个双12位D/A转换器、2个比较器、5个16位通用定时器、5个捕捉/比较模块的可编程计数/定时器阵列、看门狗定时器、VDD监视器和温度传感器等部分。C805
basketball
- AT89C51是一个低电压,高性能CMOS 8位单片机,片内含4k bytes的可反复擦写的Flash只读程序存储器和128 bytes的随机存取数据存储器(RAM),器件采用ATMEL公司的高密度、非易失性存储技术生产,兼容标准MCS-51指令系统,内置功能强大的微型计算机的AT89C51提供了高性价比的解决方案-AT89C51 is a low-voltage, high-performance CMOS 8-bit single chip, the chip contains 4k byt
proteusZHANG
- MCS-51单片机的输入/输出有两种基本方式,直接端口方式与总线方式。通过本实验可以掌握MCS-51单片机直接端口方式的输入/输出,特别是学会运用MCS-51单片机的位操作功能-MCS-51 microcontroller I/O There are two basic ways, directly with the Bus port. We can get through this experiment, MCS-51 single-chip mode of direct port I/O,
c
- MSC-51与外部数据存储器的一般连接方法:外部数据存储器的高8位地址由P2口提供,低8位地址线接地址锁存器的输出端。外部RAM的读、写控制信号分别接MCS-51的 、 。外部RAM的片选信号可由P2口未用的地址线的剩余口线以线选方式或译码方式提供-MSC-51 with the external data memory of the general connection method: external data memory address high 8 provided by the P
AT89C51_www.ic37.com
- AT89C51的用户手册,只不过是全英文的,是编程必备的好资料-The AT89C51 is a low-power, high-performance CMOS 8-bit microcomputer with 4K bytes of Flash Programmable and Erasable Read Only Memory (PEROM). The device is manufactured using Atmel’s high density nonvolatile mem
seg
- 程序说明: 本次实验控制开发板上面的数码管。 \1-f文件夹里面的程序控制数码管从1开始显示,逐渐加1,一直到f。 \1234文件夹里面的程序控制数码管显示1234。 目录说明: 工程在\project文件夹里面 源文件和管脚分配在\rtl文件夹里面 下载文件在\download文件夹里面,.mcs为PROM模式下载文件,.bit为JTAG调试下载文件。-Procedure Descr iption: This development board above th
XC4VLX60MB_Lab5_PROM_ISE91
- XCVLXMB the board Xilinx SRAM_BASED FPGA design is the main element Pieces, SRAM_BASED the FPGA, the design began to verify the results, may experience many changes, this time as long as the JTAG s DOWNLOAD CABLE with the IMPACT software is conti
Interfacing-MCS-51(AT89S52)-with-12-bit-ADC-(MCP3
- Interfacing MCS-51(AT89S52) with 12 bit ADC (MCP3202)
generate-bit-and-mcs-files
- 描述了xilinx的ise工具,如何生成bit文件和mcs文件,一步步都含有截图,绝对原创-Describes the ise xilinx tools, how to generate the bit file and mcs file, step by step with screenshots are absolutely original
MCS-96-MCU-Book
- 这是一本影印版的《MCS-96系列十六位单片微机实用手册》,这本书当中主要对16位单片机8096-90、8096BH、80C196KB和准16位单片机8098的硬件和软件做了详尽的阐述。指令系统部分采用汇编与机器码并列讲法,醒目、易查、易懂、方便使用。关于片上资源的使用有较详细和相当丰富的应用程序举例…… 为适应复杂算法的需要,书中还对浮点库做了专门介绍。 本书不仅适合初学和入门,内部的程序完全可移植到自己的设计中,可移植性好。-This is a photocopy version of
MCS-51-instruction-set-
- 汇编语言与指令系统 寻址方式 数据传送类指令 算术操作指令 §5逻辑操作类命令 §6 程序转换类指令 位操作指令 汇程序格式及伪指令 应用举例 -Assembly language instruction addressing and data transfer class instruction arithmetic operation instruction five logical operations command class 6