代码搜索结果
找到约 10,000 项符合
Flash 的代码
flash.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
flash.plg
礦ision2 Build Log
Project:
C:\Documents and Settings\ntscking\桌面\书程序\第四章\4.7FLASH\flash.uv2
Project File Date: 04/06/2005
Output:
flash.h
#include "..\inc\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 (0x400)
flash.h
/******************** (C) COPYRIGHT 2006 STMicroelectronics ********************
* File Name : flash.h
* Author : MCD Application Team
* Date First Issued : 28/07/2003
* Desc
flash.c
/******************** (C) COPYRIGHT 2006 STMicroelectronics ********************
* File Name : flash.c
* Author : MCD Application Team
* Date First Issued : 07/28/2003
* Desc
flash.h
#ifndef __FLASH_H__
#define __FLASH_H__
void ProgramFlash(void);
#endif /*__FLASH_H__*/
flash.c
#include
#include "..\inc\option.h"
#include "..\inc\def.h"
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\am29f800.h"
int DownloadData(void);
U32 downlo