代码搜索结果
找到约 10,000 项符合
Flash 的代码
flash.asm
//============================================================
// 文件名称:flash.asm
// 实现功能: SPCE061 32K flash 的读写
// 维护记录: 2003-6-9 V1.0
//======================================================
flash.cmd
MEMORY
{
PAGE 0: /* program space */
VECS: origin = 0x0080, length = 0x0080 /* 128bytes vector table space */
PROG: origin = 0x200, length = 0x2000 /* 8K program memory space */
PA
flash.c
#include
#include
#include
#include "ioregs.h"
#include "flash.h"
//初始化串口1
char str[20];
void init_uart1(void)
{
IO_UBRLCR1 = (IO_UBRLCR1 & ~BRDIV) | BR_
flash.h
/*
定义flash的基地址
RAM的基地址
*/
#define FLASH_START 0x70000000
#define RAM_START 0xC0000000
#define FLASH(offset) (FLASH_START + (offset))
#define FLASH_BYTE(offset) (*(volatile unsigned char
flash.c
#include
#include
#include
#include "flash.h"
//#include "..\inc\44b.h"
//#include "..\inc\def.h"
//#include "..\inc\44blib.h"
extern void __RdPage528(U8 *);
flash.lst
C51 COMPILER V7.09 FLASH 05/11/2005 17:30:28 PAGE 1
C51 COMPILER V7.09, COMPILATION OF MODULE FLASH
OBJECT MODULE PLACED IN F
flash.h
#include "..\inc\44b.h"
#include "..\inc\def.h"
/*KM29U128 IO 定义*/
//RB ->GPE0
//CLE ->GPA8
//ALE ->GPA9
//WP ->
//CE ->GPA5
#define RB (0x01)
#define CLE (0x100)
#define ALE (0x200)
flash.hex
:100A82005006A63031323334353637383961626335
:030A920064656632
:100ABF00BE0414BFB011758920758DA9758BA975EA
:080ACF009850438780D28E226B
:0B099E00900694EBF0A3EAF0A3E9F050
:1009A900E4A3F0A3F0A3F0A3F0