搜索资源列表
c51display
- 一个简单的C51亮灯的程序, PELCO D 2400检测。 9J1普通解码器程序代码 单片机AT89S51或AT89S52 包含头文件,单片机SFR定义信息 非常实用
45DB081的51读写程序
- 45DB081的读写程序 #include // SFR declarations #include sbit P37 = P3^7; #define SYSCLK 11059200 #define DF_RESET P5 &= ~(0x1); P5 |= 0x1; // P50
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.
an_reg05b0047_m16c65_rsk
- renesas m16c sfr micro
stcdiyisp
- #define STC /*定义为STC单片机(如果是SST单片机则去掉此行)*/ /************************************************************************** * SFR Memory Addresses **************************************************************************/ sfr SFCF = 0xB1 /*SuperF
SFRLED
- 8051 SFR地址操作点亮LED use the SFR to turn on the LED!!!! its very useful-use the SFR to turn on the LED
SFR-address-operating-lit-LED
- 单片机通过SFR地址操作进行点亮点亮LED灯。-MCU SFR address operating lit lit LED lights.
IO
- sfr P1 = 0x90 /* SFR definition for Port 1 */ sfr P3 = 0xB0 /* SFR definition for Port 3 */-sfr P1 = 0x90 /* SFR definition for Port 1*/sfr P3 = 0xB0 /* SFR definition for Port 3* /
IOBit
- i/o口信号传送单片机STC-sfr P1 = 0x90 /* SFR definition for
IS8U192A_DMA
- 华大 IS8U192A_DMA--------DMA操作例程(包含Flash到RAM以及RAM和SFR之间的DMA传输)-UW IS8U192A_DMA-------- DMA operation routines (including DMA transfer between Flash to RAM and RAM and SFR)
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