代码搜索结果
找到约 10,000 项符合
Flash 的代码
flash.cmd
MEMORY
{
PAGE 0 :
OTP : origin = 0x3D7800, length = 0x000800
FLASHJ : origin = 0x3D8000, length = 0x002000
FLASHI : origin = 0x3DA000, length = 0x002000
FLASHH
flash.c
/*文件描述:本文件包含的子程序为 *
* 1.void EarseFlash(unsigned int addr) *
* Flash擦除子程序 *
* 2.void WriteFlash(unsigned int addr)
flash.src
[Files]
\main.c
\flash.c
\setup.c
\SCIInit.c
\SCI.c
[Headers]
\GP32C.H
\SCI.h
[Documents]
flash.s
.module flash.c
.area text
.dbfile F:\01科研~1\编著2005\HC08嵌~1\GP32程序\HC08EX~2\C\C06_FL~1\flash.c
.dbfunc e EarseFlash _EarseFlash fV
; addr -> 2,X
_EarseFlash::
.dbline -1
tsx
.
flash.prj
[Project]
TYPE=C
CC=C:\PROGRA~1\SdIDE\bin
INCLUDE=C:\PROGRA~1\SdIDE\Include
LIB=C:\PROGRA~1\SdIDE\Lib
[Property]
FSTART=0xa000
RSTART=0x40
REND=0x023F
STACK=0x023F
GLOBALVAR=E
flash.lst
__text_start:
__start:
A000 45 0240 ldHX #0x0240
A003 94 tXS
A004 CD A200 jsr __HC08Setup
A007 45 0046 ldHX #0x0046
A00A 65 008E cpHX #0x008E
flash.lk
main.o flash.o setup.o SCIInit.o SCI.o
flash.h
void EarseFlash(unsigned int addr);
void WriteFlash(unsigned int addr);
flash.mp
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text A000 03