- Category:
- SCM
- Tags:
-
[C/C++]
[源码]
- File Size:
- 2kb
- Update:
- 2012-11-26
- Downloads:
- 0 Times
- Uploaded by:
- 秦凯
Description: # 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
To Search:
File list (Check if you may need any files):
eeprom.c