代码搜索结果

找到约 10,000 项符合 Flash 的代码

flash.txt

[FLASH] ; lookup table for non cfi compatible flash devices ; manufacturer-device = x {, x} ; 1.8 V devices ;-------------------------------------

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

#ifndef __FLASH_H #define __FLASH_H #define ROM_BASE 0x00000000 #define DRAM_BASE 0x0c000000 #define SRAM_BASE 0x00000000 #define DEVICE_TYPE_X8 (8 / 8) #define DEVICE_T

flash.c

#include "..\inc\board.h" #include "..\inc\bios.h" #include "..\inc\flash.h" unsigned long flash_base; unsigned short mfr_id; unsigned short dev_id; void send_cmd(unsigned long addr,unsigned char

flash_cmd

MEMORY { PAGE 0 : OTP : origin = 0x3D7800, length = 0x000800 FLASHJ : origin = 0x3D8000, length = 0x002000 FLASHI : origin = 0x3DA000, length = 0x002000 FLASHH

flash.h

/******************** (C) COPYRIGHT 2003 STMicroelectronics ******************** * File Name : flash.h * Author : MCD Application Team * Date First Issued : 28/07/2003 * Desc

flash.c

/******************** (C) COPYRIGHT 2003 STMicroelectronics ******************** * File Name : flash.c * Author : MCD Application Team * Date First Issued : 07/28/2003 * Desc