搜索资源列表
c51display
- 一个简单的C51亮灯的程序, PELCO D 2400检测。 9J1普通解码器程序代码 单片机AT89S51或AT89S52 包含头文件,单片机SFR定义信息 非常实用
USB设备CH372/CH375调试程序
- 此文件包含了CH372/CH375调试程序的全部源代码,以及执行程序。包括检测设备属性,上传下载数据等功能。 用于MCS51单片机的内置USB调试固件程序 用于连接CH372或者CH375的单片机进行简单的调试功能 可以用include直接包含到应用系统的主程序中,或者添加到工程项目中 CH372DBG.C 为单片机端的子程序,内有主程序示例 CH37D51.C 为计算机端的子程序,内有主程序示例 ******************************* 实例 MCU目录下为单片机端的主程
单片机SFR
- IAR7.20H破解机
10to
- 基于单片机的10根线束线缆检测器的源程序 #pragma sfr #pragma DI #pragma EI #pragma NOP //#pragma interrupt INTTM010 isr_INTTM000 #pragma interrupt INTTM80 isr_INTTM80 //#pragma interrupt INTTMH1 isr_INTTMH1 #pragma section @@CNST OPT AT 80H const char
CE100_ADC_IIR_Filter
- dsPIC33F单片机的ADC采样以及IIR数字滤波的应用范例代码,您可由此可了解高档PIC单片机在ADC应用中的各SFR设置以及采样滤波过程,其中涉及DSP库函数应用-dsPIC33F MCU ADC sampling, as well as the application of IIR digital filter example code, you can understand it can be seen in the ADC high-end single-chip microcomp
89s52
- 针对AT89s52单片机,头文件AT89x52.h给出了SFR特殊功能寄存器所有端口的定义。教科书的给出了针对MCS51系列单片机的C语言扩展变量类型。-AT89C52
ApplyforTheADCofC8051F020
- 这是一个关于C8051F020单片机中ADC模块应用的一个资料文档。归纳SOC型芯片C8051F020中模数转换部分的应用要素,包括精度与通道、速率与启动、基准与增益、数据与控制,提出编程及相关SFR的操作顺序。-This is a C8051F020 MCU ADC module on the application of an information document. Induction of SOC-based chip C8051F020 analog-digital conversi
danpianjirumenxinsilu
- 单片机入门新思路。 程序存储器ROM 数据存储器RAM 特殊功能寄存器SFR-Introduction to new ideas SCM. ROM program memory, data memory RAM of special function register SFR
51
- 51单片机特殊功能寄存器大全,详细的资料,单片机开发人员的桌面工具-51 MCU SFR Guinness, detailed information on the developer' s desktop tools SCM
STC12C2052AD
- 头文件stc单片机具有在应用编程,调试起来比较方便;带有10位AD;内部eeprom;可在1T/机器周期下工作,速度是传统51单片机的12倍;下面是我写的AD和EEPROM的驱动C代码-STC12C2052AD.H Header file for 8xC31/51, 80C51Fx, 80C51Rx+ Copyright (c) 1988-1999 Keil Elektronik GmbH and Keil Software, Inc. All rights reserved.
stcdiyisp
- #define STC /*定义为STC单片机(如果是SST单片机则去掉此行)*/ /************************************************************************** * SFR Memory Addresses **************************************************************************/ sfr SFCF = 0xB1 /*SuperF
SFR-address-operating-lit-LED
- 单片机通过SFR地址操作进行点亮点亮LED灯。-MCU SFR address operating lit lit LED lights.
IOBit
- i/o口信号传送单片机STC-sfr P1 = 0x90 /* SFR definition for
eeprom
- #include <intrins.h> #include <reg52.h> //52系列单片机头文件 #include <51hei.H> #define uchar unsigned char #define uint unsigned int #define RdCommand 0x01 //定义ISP的操作命令 #define PrgCommand 0x02 #define EraseCommand 0x
watchdog
- #include <reg52.h> //52系列单片机头文件 #define uchar unsigned char #define uint unsigned int sfr WDT_CONTR=0xe1 sbit led1=P0^0 sbit leds=P1^4 //led使能 void delayms(uint xms) { uint i,j for(i=xms i>0 i-
LED(SFR)
- 能过51单片机的控制,利用SFR方式点亮LED-Can 51 MCU control, SFR lit LED
SFR-ADRR-OPRATION-LIGHT-LED
- 使用AT89S52单片机核心芯片,通过c语言编程,直接通过寄存器地址点亮LED-Using AT89S52 microcontroller core chip, through the c programming language, directly through the register address lit LED
SFR-dianliang--LED
- 51单片机源程序,SFR地址操作点亮LED,适合初学者,感谢下载-51 microcontroller source, SFR address operational lit LED, suitable for beginners, thanks for download