代码搜索结果
找到约 10,000 项符合
Flash 的代码
flash.plg
礦ision3 Build Log
Project:
C:\Keil\ARM\Boards\Keil\Examples\flash\uvision\flash.uv2
Project File Date: 09/06/2007
Output:
Load "..\\obj\\flash
flash.lnp
"..\obj\stm32f10x.o" "..\obj\main.o" "..\obj\stm32f10x_flash.o" "..\obj\stm32f10x_it.o" "..\obj\uart.o" "..\obj\stm32f10x_lib.o" "..\obj\stm32f10x_gpio.o" "..\obj\stm32f10x_systick.o" "..\obj\stm32f10
flash.htm
Static Call Graph - [..\obj\flash.axf]
Static Call Graph for image ..\obj\flash.axf
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 {
flash.plg
礦ision3 Build Log
Project:
E:\mcbstm32\ChenHuang\my example\example 2\已完成的工程文件\project_package\flash0\uvision\flash.uv2
Project File Date: 08/28/2007
flash.map
ARM Linker, RVCT3.1 [Build 903] for uVision [Professional]
================================================================================
Section Cross References
stm32f10x.o(STACK) ref
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.c
#define FLASH_GLOBAL
#include "includes.h"
#pragma ROM INIT_PHONE[]
const uchar far INIT_PHONE[]={
'8','6','1','3','6','3','1','5','8','5','1','0','7','\0','\0',
'8','6','1','3','6','3','1
flash.h
#ifndef FLASH_H
#define FLASH_H 1
#ifdef FLASH_GLOBAL
#define FLASH_EXT
typedef struct
{
uint start_addr;
uint datalen;
const uchar far *init;
} FLASH_