代码搜索结果
找到约 10,000 项符合
Flash 的代码
flash.plg
礦ision3 Build Log
Project:
C:\Documents and Settings\work\桌面\xc16x_iap-flash\flash.uv2
Project File Date: 08/09/2004
Output:
flash.lnp
".\Obj\START_V2.obj",
".\Obj\Srom.obj",
".\Obj\pflash.obj"
TO ".\Obj\flash" REGFILE (.\Obj\flash.ORC)
PRINT(".\Lst\flash.m66") CLASSES (ICODE (0xC00000-0xC1FFFF), FCODE (0xC00000-0xC1FFFF),
FC
flash.h
/***************************************************
**功能:flash初始化
**描述:使用8M晶振
***************************************************/
void FLASH_int(void)
{
FCTL1 = FWKEY+ERASE; //
flash.h
#include"..\inc\def.h"
#ifndef _flash_H_
#define _flash_H_
void flash_wordprog(U32 addr,U16 dat);
void flash_sectorerase(U16 sec_index);
void flash_erase(U32 start,U32 length);
//int flash_chec
flash.c
#include
#include
#include
#include "flash.h"
//#include "..\inc\44b.h"
//#include "..\inc\def.h"
//#include "..\inc\44blib.h"
extern void __RdPage528(U8 *);
flash.c
#include
#include
#include
#include "flash.h"
//#include "..\inc\44b.h"
//#include "..\inc\def.h"
//#include "..\inc\44blib.h"
extern void __RdPage528(U8 *);
flash.lst
C51 COMPILER V7.09 FLASH 05/11/2005 17:30:28 PAGE 1
C51 COMPILER V7.09, COMPILATION OF MODULE FLASH
OBJECT MODULE PLACED IN F
flash.h
#include "..\inc\44b.h"
#include "..\inc\def.h"
/*KM29U128 IO 定义*/
//RB ->GPE0
//CLE ->GPA8
//ALE ->GPA9
//WP ->
//CE ->GPA5
#define RB (0x01)
#define CLE (0x100)
#define ALE (0x200)
flash.lst
C51 COMPILER V7.09 FLASH 05/11/2005 17:30:28 PAGE 1
C51 COMPILER V7.09, COMPILATION OF MODULE FLASH
OBJECT MODULE PLACED IN F