代码搜索结果
找到约 10,000 项符合
Flash 的代码
flash.ini
/******************************************************************************/
/* FLASH.INI: FLASH Initialization File */
/***********************************
flash.ini
/******************************************************************************/
/* FLASH.INI: FLASH Initialization File */
/***********************************
flash.c
//====================================================================
// File Name : flash.c
// Function : S3C2440 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.c
#include
void EraseChip();
void WriteByte(unsigned int Addr,unsigned char Val);
void WriteIsOver();
#define FlashMap1BaseAddr 0x400000
main()
{
FILE *fp;
char *ptr=(char *)0x809800;
flash.mak
/************* Code Composer V1 Project Data ********************
The following section contains data generated by Code Composer
to store project information like build options, source filenames
flash.cmd
-w
-l rts30.lib
-stack 400h
-heap 400h
MEMORY
{
IRAM : o=800000h,l=4000h
}
SECTIONS
{
.text :> IRAM
.data :> IRAM
.cinit :> IRAM
.const :> IRAM