代码搜索:Flash读写
找到约 10,000 项符合「Flash读写」的源代码
代码结果 10,000
www.eeworm.com/read/345878/3195675
ini flash.ini
[REVISION]
rev=1.14.2
date=1/21/2000
[VENDORS]
1=AdvancedMicroDevices
2=Atmel
3=Fujitsu
4=Intel
5=Micron
6=Motorola
7=MotCMF
8=SGS/Thomson
9=Sharp
10=SiliconStorageTechnology
11=Toshib
www.eeworm.com/read/345878/3196134
bat flash.bat
fromelf -nodebug obj\analog_test.axf -bin obj\analog_test.bin
www.eeworm.com/read/345628/3198265
c flash.c
//-----------------------------------------------------------------------------
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under w
www.eeworm.com/read/345628/3198287
c flash.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
www.eeworm.com/read/345302/3201093
opt 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 {
www.eeworm.com/read/345302/3201095
plg flash.plg
礦ision2 Build Log
Project:
C:\Documents and Settings\ntscking\桌面\书程序\第四章\4.7FLASH\flash.uv2
Project File Date: 04/06/2005
Output:
www.eeworm.com/read/345073/3203588
h 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
www.eeworm.com/read/345073/3203593
c 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
www.eeworm.com/read/344610/3207306
c flash.c
/****************************************************************
** *
** FILE : flash.C *
*
www.eeworm.com/read/344610/3207309
h flash.h
#ifndef DEF_FLASH
#define DEF_FLASH
#define UART_FLASH 1
#define SST_SECTOE_NUM 512
#define SST_SECTOR_LIMIT 76
#define SST_BASE_ADDR 0x1000000 // flash基址和FLASH_BASE一致
#defi