代码搜索:Flash读写
找到约 10,000 项符合「Flash读写」的源代码
代码结果 10,000
www.eeworm.com/read/192512/8378124
h flash.h
#include "..\STARTUP\44b.h"
#include "..\inc\def.h"
/*KM29U128 IO 定义*/
//RB ->GPE0
//CLE ->GPC11
//ALE ->GPC10
//WP ->
//CE ->GPC15
#define RB (0x01)
#define CLE (0x800)
#define ALE (0x
www.eeworm.com/read/291930/8387402
ini flash.ini
/******************************************************************************/
/* FLASH.INI: Flash Initialization File */
/***********************************
www.eeworm.com/read/291902/8388732
txt flash.txt
www.eeworm.com/read/291902/8388734
asm flash.asm
//============================================================
// 文件名称:flash.asm
// 实现功能: SPCE061 32K flash 的读写
// 日期: 2003/6/9
//===========================================================
www.eeworm.com/read/291902/8388771
c flash.c
#include"SPCE061A.H"
#define lint long int
#define uint unsigned int
#define uchar unsigned char
#define ulint unsigned long int
#define Flash_Data (uint)0xf000
//*****************************
www.eeworm.com/read/391616/8394772
obj flash.obj
www.eeworm.com/read/391616/8394817
h flash.h
////////////////////////////////////////////////////////////////////
sbit FlashCSj=P1^7 ; //flash chip select ,low active
www.eeworm.com/read/391616/8394838
lst flash.lst
C51 COMPILER V8.02 FLASH 06/10/2008 00:34:13 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE FLASH
OBJECT MODULE PLACED IN f
www.eeworm.com/read/192178/8401227
c flash.c
#include "config.h"
#include "RD_LPC2100.h"
#include
#include
#include "flash.h"
//#include "dataret.h"
#include "ASCII.h"
#include "userlib.h"
/*
//应该继续添加的内容
1