文件名称: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 0x03
#define WaitTime 0x01 //定义CPU的等待时间
sfr ISP_DATA=0xe2 //寄存器申明
sfr ISP_ADDRH=0xe3
sfr ISP_ADDRL=0xe4
sfr ISP_CMD=0xe5
sfr ISP_TRIG=0xe6
sfr ISP_CONTR=0xe7 -# Include <intrins.h># Include <reg52.h>// 52 Series MCU header file# include < 51hei.H> # define uchar unsigned char# define uint unsigned int# define RdCommand 0x01// define ISP operation command# define PrgCommand 0x02# define EraseCommand 0x03# define WaitTime 0x01// definition CPU wait time sfr ISP_DATA = 0xe2 // the register affirm sfr ISP_ADDRH = 0xe3 sfr ISP_ADDRL = 0xe4 sfr ISP_CMD = 0xe5 the sfr ISP_TRIG = 0xe6 the sfr ISP_CONTR = 0xe7
#include <reg52.h> //52系列单片机头文件
#include <51hei.H>
#define uchar unsigned char
#define uint unsigned int
#define RdCommand 0x01 //定义ISP的操作命令
#define PrgCommand 0x02
#define EraseCommand 0x03
#define WaitTime 0x01 //定义CPU的等待时间
sfr ISP_DATA=0xe2 //寄存器申明
sfr ISP_ADDRH=0xe3
sfr ISP_ADDRL=0xe4
sfr ISP_CMD=0xe5
sfr ISP_TRIG=0xe6
sfr ISP_CONTR=0xe7 -# Include <intrins.h># Include <reg52.h>// 52 Series MCU header file# include < 51hei.H> # define uchar unsigned char# define uint unsigned int# define RdCommand 0x01// define ISP operation command# define PrgCommand 0x02# define EraseCommand 0x03# define WaitTime 0x01// definition CPU wait time sfr ISP_DATA = 0xe2 // the register affirm sfr ISP_ADDRH = 0xe3 sfr ISP_ADDRL = 0xe4 sfr ISP_CMD = 0xe5 the sfr ISP_TRIG = 0xe6 the sfr ISP_CONTR = 0xe7
(系统自动生成,下载前可以参看下载内容)
下载文件列表
eeprom.c
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.