代码搜索:NORFlash
找到约 429 项符合「NORFlash」的源代码
代码结果 429
www.eeworm.com/read/339859/12200334
map norflash.map
ARM Linker, RVCT3.1 [Build 903] for uVision [Evaluation]
================================================================================
Section Cross References
startup.o(STACK) refers
www.eeworm.com/read/339859/12200337
lnp norflash.lnp
"startup.o" "main.o" "sst25vf016bdrv.o" "C:\Keil\ARM\RV31\LIB\Luminary\DriverLib.lib" --device DLM --ro-base 0x00000000 --entry Reset_Handler --rw-base 0x20000000 --first __Vectors --strict --autoat -
www.eeworm.com/read/339859/12200366
axf norflash.axf
www.eeworm.com/read/253669/12205812
h norflash.h
#ifndef __NORFLASH_H
#define __NORFLASH_H
int UnlockAllBlks(void);
int ChkNorFlash(void);
void ProgNorFlash(U32 addr, U32 src, U32 len);
#endif
www.eeworm.com/read/339607/12222389
mcp norflash.mcp
www.eeworm.com/read/338664/12289283
h norflash.h
#ifndef NORFLASH_H
#define NORFLASH_H
//********************** Including Libs **********************
#include "Comdef.h"
#include "2410.h"
//**************** Structure & Type Definition *
www.eeworm.com/read/338664/12289413
o norflash.o
www.eeworm.com/read/338664/12289453
c norflash.c
#define __NORFLASH
#include "Norflash.h"
#undef __NORFLASH
//********************** Global Variable **********************
BYTE cFlashType; // flash类型
WORD wTotalSector; // 总共扇区数
DWORD wTo
www.eeworm.com/read/231801/14219416
c norflash.c
//====================================================================
// File Name : 2410test.c
// Function : S3C2410 Test Main Menu
// Program : Shin, On Pil (SOP)
// Date : May 30, 2002
www.eeworm.com/read/231801/14219418