代码搜索:Flash读写
找到约 10,000 项符合「Flash读写」的源代码
代码结果 10,000
www.eeworm.com/read/334451/3368176
lst flash.lst
__start:
__text_start:
9000 45 0240 ldHX #0x0240
9003 94 tXS
9004 CD 9035 jsr __HC08Setup
9007 45 0046 ldHX #0x0046
900A 65 0091 cpHX #0x0091
www.eeworm.com/read/334451/3368178
mak flash.mak
CC = D:\PROGRA~1\MT-IDE\bin\sdcc08
AS = D:\PROGRA~1\MT-IDE\bin\sdas08
CFLAGS = -ID:\PROGRA~1\MT-IDE\Include -e -l -g
LFLAGS = -LD:\PROGRA~1\MT-IDE\Lib\ -g -blit:0X9000 -bvregs:0X0040.0X023F -di
www.eeworm.com/read/334451/3368184
src flash.src
[Files]
\setup.c
\main.c
\vectors08.c
\SCI.c
\SCIInit.c
\flash.c
[Headers]
\GP32C.h
\flash.h
\SCI.h
\SCIInit.h
\DataType.h
[Documents]
www.eeworm.com/read/334451/3368188
mp flash.mp
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 9000 03
www.eeworm.com/read/334451/3368189
h flash.h
#ifndef _FLASH_
#define _FLASH_
#include "DataType.h"
/**************************************************************************
函数:SetProtectAddress
作用:设置块保护寄存器的值
参数: address --保护寄存器的值
**
www.eeworm.com/read/334451/3368190
lis flash.lis
.module flash.c
.area text
0000 .dbfile flash.c
0000 .dbfunc e SetProtectAddress _SetProtectAddress fV
0000
www.eeworm.com/read/334451/3368195
prj flash.prj
[Project]
TYPE=C
MCU=MC68HC908GP32
CC=D:\PROGRA~1\MT-IDE\bin
INCLUDE=D:\PROGRA~1\MT-IDE\Include
LIB=D:\PROGRA~1\MT-IDE\Lib
[Property]
FSTART=0X9000
RSTART=0X0040
REND=0X023F
STACK=0X023F
www.eeworm.com/read/334451/3368199
o flash.o
XH
H 2 areas 9 global symbols
M flash.c
S __r0 Ref0000
S __r1 Ref0000
S __r2 Ref0000
S __r3 Ref0000
S _memcpy Ref0000
A text size 13C flags 0
dbfile flash.c
dbfunc e SetProtectAddress 0 fV
www.eeworm.com/read/333359/3388227
h flash.h
#ifndef __FLASH_H
#define __FLASH_H
#define SECTOR_SIZE 0x1000
#define FlashSector(addr) ((addr)&~(SECTOR_SIZE-1))
#define ROM_BASE 0
#define CMD_ADDR0 *((volatile unsigned short *)(0x5555*2