搜索资源列表
新建如何成为单片机开发高手
- 掌握单片机的应用开发需要一个过程。首先必须掌握数字电路和模拟电路方面的知识,还必须学习单片机原理、硬件结构、扩展接口和编程语言。-master SCM application development requires a process. One must first master digital circuits and circuit simulation in terms of knowledge, must also learn SCM principle, hardware struc
用24CXX扩展LPC900单片机代码存储区的应用
- 用24cxx扩展LPC900单片机代码存储空间,有电路图,软件及详解-with 24cxx expansion LPC900 MCU code storage space, a circuit diagram, software and the understanding
单片机原理及应用
- 第一章 概述 第二章 MCS-51单片机的结构和原理 第三章 MCS-51单片机的指令系统 第四章 MCS-51单片机的程序设计 第五章 MCS-51单片机的中断系统 第六章 MCS-51单片机的串行接口 第七章 MCS-51单片机的系统扩展 第八章 MCS-51单片机的测控接口(部分) -MCS-51 on the structure and principles of Chapter III of the MCS-51 microcontroller inst
8255Demo
- 凌阳单片机扩展8255 为用户在中提供一个I/O 扩展的方法,在设计过程遇到I/O不够用时可以用此种方案-Sunplus Microprocessor users in 8255 to provide an I / O expansion methods encountered in the design process I / O is not enough can use such programs
spc61A+SPR4096
- 凌阳单片机扩展sram 1.了解SPCE061A串行口(SIO)的结构 2.掌握SPCEE061A扩展串行存储器的方法-Sunplus microcontroller SRAM an expansion. Understanding SPCE061A Serial Port (SIO) Structure 2. Master SPCEE061A serial memory expansion method
C8051F的超大容量Flash存储器扩展
- 单片机扩展flash盘-SCM flash disk expansion
C51单片机 入门好教程1
- 这是一本关于 Intel 80C51 以及广大的 51 系列单片机的书 这本书介绍给读者一些 新的技术 使你的 8051 工程和开发过程变得简单 请注意 这本书的目的可不是教你各种 8051 嵌入式系统的解决方法 为使问题讨论更加清晰 在适当的地方给出了程序代码 我们以讨论项目的方法来说 明每章碰到的问题 所有的代码都可在附带的光盘上找到 你必须熟系 C 和 8051 汇编 因 为本书不是一本 C和汇编的指导书 你可以买到不少关于 ANSI
8051单片机扩展RAM的典型例子
- 8051单片机扩展RAM的典型例子,采用6264芯片,附电路图,8051 classic example of the expansion of RAM, the 6264 chip, with circuit
62256在单片机上的应用
- 62256在单片机上的应用,C语言源码,Keil uVision3工程文件,附原理图及说明学习文档 62256简介: 62系列是最常用的单片机系统扩展RAM元器件,其类型有6216、6232、6264、62128、62256或62512等多种,62后面的数字表示此元器件中可以存储的位(单位:千bit),我们通常的说法是将此值除以8,比如62256将256除以8,我们一般称之为32K的RAM。 如果学习过二进制就可以知道,区分两个字节需要一根地址线就可以:0或者1;而区分四个字节需要2根
UART2
- 单片机扩展多个串口的另外一个例子,可实现更少的端口占用,以及中断方式和查询方式。源代码,可直接使用-Single-chip serial port expansion more than another example of the realization of fewer ports may be occupied, as well as the interruption of the way and manner inquiry. Source code, can be directly u
123
- MCS-51单片机扩展存储器的设计.ppt.有关它的扩展电路图.-MCS-51 single-chip design of the expansion of memory. Ppt. Relating to the expansion of its circuit.
050409
- 单片机存储器扩展原理,包括外设接口方式等-Extension of the principle of single-chip memory, including the peripheral interface, etc.
kuozhanghongwai
- 89C51 单片机 扩展红外解码实验 C语言程序代码
F0501
- 汽车VCU控制器测试工装的程序,STM32单片机扩展总线读写FPGA内部RAM,DDS方式产生PWM,PWM频率,脉宽测量功能(Automotive VCU controller test tooling procedures, STM32 microcontroller expansion bus read and write FPGA, the internal RAM, DDS way to generate PWM, PWM frequency, pulse width measurem
0037、基于单片机的数字钟设计论文资料
- 本设计以单片机AT89S52为切入点,通过使用AT89S52的内部的可编程定时器/计数器,结合对外接晶振的调节来确定一个合适的振荡周期,从而确定出内部的机器周期。再通过对内部中断程序的设置来设计出时钟程序,即设计出了电子时钟的核心。然后在核心电路的基础上设计出了相应的扩展电路,使本设计更加实用。(The AT89S52 single-chip design as the starting point, through the use of AT89S52 internal programmabl
单片机实验报告
- 单片机实验,实现一些单片机实验,基本并行I/O口实验 扩展并行I/O口实验 静态LED显示实验 矩阵键盘扫描实验 LCD 1602显示实验 ADC0808/9信号采集实验 按键声报警实验 8255扩展I/O口及交通信号灯控制实验 7279键盘扫描及动态LED显示实(single-chip computer experiment)
8255并行口扩展控制原理图加程序
- 用8051单片机控制实现8255的PB口输出数据等于PA口输入数据(The output data of the 8255 PB port is equal to the input data of the PA port by the 8051 single chip microcomputer)
AVR单片机ATmega128外扩RAM访问SPC3(完全版)
- 详细讲解了ATMEGA128单片机如何访问外部扩展存储器0x0000---0x10FF之间空间的方法,最后用实例予以验证。(The method of how ATMEGA128 MCU access the space between external extended memory 0x0000---0x10FF is explained in detail. Finally, an example is used to verify it.)
51单片机实验
- 51单片机实验,内含外部中断汇编程序以及8255扩展等。(51 single chip experiment, including external interrupt assembly program and 8255 extension, etc.)
51单片机的温度火灾烟雾报警器程序
- 可以对家里面的火灾进行监控和报警,程序简单易懂,可扩展能力强。(It can monitor and alarm the fire in the house, It can monitor and alarm the fire in the house. The program is simple and easy to understand, and has strong expansibility.)