代码搜索结果
找到约 10,000 项符合
Flash 的代码
flash.xcl
//*************************************************************************
// XLINK command file template for EWARM/ICCARM
//
// Usage: xlink -f lnkarm
//
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
flash.cmd
g 0x50
e
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
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
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
flash.ini
/******************************************************************************/
/* FLASH.INI: Flash Initialization File */
/***********************************
flash.asm
//============================================================
// 文件名称:flash.asm
// 实现功能: SPCE061 32K flash 的读写
// 日期: 2003/6/9
//===========================================================
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
//*****************************