代码搜索结果
找到约 10,000 项符合
Flash 的代码
flash.lis
.module flash.c
.area text
0000 .dbfile F:\01科研~1\编著2005\HC08嵌~1\GP32程序\HC08EX~2\C\C06_FL~1\flash.c
0000 .dbfun
flash.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.1
CPU HC08
DIR F:\01科研~1\编著2005\HC08嵌~1\GP32程序\HC08EX~2\C\C06_FL~1\
FILE main.c
FUNC main A035 fV
BLOCK 31 A038
DEFLOCAL i 0 c
DEFLOCAL p 1 pc
LINE 31 A038
flash.o
XH
H 2 areas 13 global symbols
M flash.c
S _pend Ref0000
S __r0 Ref0000
S _faddr Ref0000
S __r1 Ref0000
S __r2 Ref0000
S __r3 Ref0000
S _pbase Ref0000
S _N Ref0000
S _memcpy Ref0000
S _dat
flash.mak
CC = C:\PROGRA~1\SdIDE\bin\sdcc08
CFLAGS = -IC:\PROGRA~1\SdIDE\Include -e -l -g -Wf-xmem
ASFLAGS = $(CFLAGS)
LFLAGS = -LC:\PROGRA~1\SdIDE\Lib\ -g -blit:0xa000 -bvregs:0x40.0x023F -dinit_sp:0x
flash.ld
/***********************************************************************/
/* This file is part of the ARM Compiler package */
/* Copyright KEIL ELEKTRONIK GmbH 1992-2004
flash.c
int AutoProgFlash(int argc, char *argv[])
{
char ch_tmp[3][10];
char *para_ptr[4];
// ultostr(ch_tmp[0], 0);
ultostr(ch_tmp[0], BIOS_BASE);
ultostr(ch_tmp[1], DFT_DOWNLOAD_ADDR);
flash.ini
/******************************************************************************/
/* FLASH.INI: FLASH Initialization File */
/***********************************
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