代码搜索结果
找到约 10,000 项符合
Flash 的代码
flash.c
//====================================================================
// File Name : flash.c
// Function : S3C2410 Flash Program
// Program : Kong, In Wook (KIW)
// Date : May 30, 2002
/
flash.h
#ifndef __FLASH_H__
#define __FLASH_H__
void ProgramFlash(void);
#endif /*__FLASH_H__*/
flash.asm
.include hardware.inc
.define C_FLASH_SIZE 0x8000
.define C_FLASH_BLOCK_SIZE 0x100
.define C_FLASH_MATCH 0xAAAA
.define C_FLASH_PAGE_ERASE 0x5511 //erase 1 page
.define C_FLASH_MASS_ERA
flash.c
/*******************************************************************************
Copyright (c) 2000, Infineon Technologies. All rights reserved.
No Warrant
flash.dev
// File: Flash.dev
// '//' is a comment until the end of the line, not allowed in cycles yet!
// try '(gdb) set mpcbdm_verbose 0x40' for flash configuration parsing output
// then '(gdb) mp flash con