代码搜索结果
找到约 10,000 项符合
Flash 的代码
flash.c
#include "config.h"
#include "isp.h"
/****************************** FLASH写入函数 ***************************
* 函数原型:void flash_wr(Uchar xdata *addr, Uchar val)
* 功 能:向映射到外部数据存储器空间的FLASH地址单元addr
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.c
#include "flash.h"
#include "..\Target\44b.h"
#include "..\Target\44blib.h"
#define LASTBLOCK 1023
unsigned int Check_Flash_Id(void)
{
}
void Flash_Reset()
{
}
unsigned char Er
flash.h
#define FAIL 0
#define OK 1
#define Nand_RB (0x01)
#define Nand_CE (0x02)
#define Nand_CLE (0x04)
#define Nand_ALE (0x08)
#define Nand_IO (*(volatile unsigned char *)0x02000000) //ba
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
flash.h
#ifndef __FLASH_H__
#define __FLASH_H__
void ProgramFlash(void);
#endif /*__FLASH_H__*/