代码搜索结果
找到约 10,000 项符合
Flash 的代码
flash.ewd
1
Debug
MSP430
flash.c
/* MSP430F1611 Flash块大小是512字节, 0xFFFFH--0XFE00H是16位,8位中断向量表外,
0xFDFFH--0XFC00H Seg1 0XFBFFH--0XFA00H Seg1 0XF9FFH--0xF800H Seg1
以此类推直到0x4000h 一共可以分为95个段
信息段A 0x10FF-0x1080h 信息段B 0x107fh
flash.dep
2
Debug
$PROJ_DIR$\Debug\Obj\flash.pbi
flash.txt
0x2,
0xa,
0xf6,
0xe5,
0x90,
0x54,
0x20,
0xb4,
0x0,
0x2,
0xe4,
0x73,
0x3,
0x3,
0xc0,
0xe0,
0x74,
0x1,
0xc0,
0xe0,
0xc0,
0x82,
0xc0,
0x83,
0x2,
0x1,
0x0,
0xef,
0xc4,
0x3,
0
flash.ld
/***********************************************************************/
/* This file is part of the ARM Compiler package */
/* Copyright KEIL ELEKTRONIK GmbH 1992-2004
flash.ld
/***********************************************************************/
/* This file is part of the ARM Compiler package */
/* Copyright KEIL ELEKTRONIK GmbH 1992-2004
flash.ld
/***********************************************************************/
/* This file is part of the ARM Compiler package */
/* Copyright KEIL ELEKTRONIK GmbH 1992-2004
flash.c
#include "config.h"
#include "isp.h"
/****************************** FLASH写入函数 ***************************
* 函数原型:void flash_wr(Uchar xdata *addr, Uchar val)
* 功 能:向映射到外部数据存储器空间的FLASH地址单元addr
flash.c
#include
#include
#include
#include
#include
#include
#include
#include