代码搜索结果
找到约 10,000 项符合
Flash 的代码
flash.asm
//============================================================
// 文件名称:Flash.asm
// 实现功能: SPCE061 32K flash 的读写
// 日期: 2003/6/9
//============================================================
flash.c
/*
* (C) Copyright 2002
* Lineo, Inc.
* Bernhard Kuhn
*
* (C) Copyright 2002
* Sysgo Real-Time Solutions, GmbH
* Alex Zuepke
*
flash.asm
.include hardware.inc
.define C_FLASH_SIZE 0x8000
.define C_FLASH_BLOCK_SIZE 0x100
.define C_FLASH_MATCH 0xAAAA
.define C_FLASH_PAGE_ERASE 0x5511 //erase 1 page
.define C_FLASH_MASS_ERA
flash.h
//--------------------------------------------------------------------------
//
// Flash Header file
//
//--------------------------------------------------------------------------
//
// Copyrig
flash.asm
;------------------------------------------------------------------------------
;
; FILENAME: flash.asm
;
; DESCRIPTION:
; Routines in this file perform flash block write and read operat
flash.c
/**********************************************************************
chengjy@felab, copyright 2002-2004
flash.c
flash操作部分。提供FLASH的写入和读出,暂时不支持锁定.
函数:
void flashInit();
char flashIDCh
flash.c
#include
#include "XITONG.H"
//////////////////////////////////////////////
//功能:FLASH操作-BYTE数据写入 //
//参数:char *Data_ptr,char byte //
//返回:无