代码搜索结果
找到约 10,000 项符合
Flash 的代码
flash.frm
VERSION 5.00
Begin VB.Form Flash
ClientHeight = 5205
ClientLeft = 2010
ClientTop = 1275
ClientWidth = 6705
ControlBox = 0 'False
LinkTopic
flash.ini
/******************************************************************************/
/* FLASH.INI: FLASH Initialization File */
/***********************************
flash.ld
/***********************************************************************/
/* This file is part of the ARM Compiler package */
/* Copyright KEIL ELEKTRONIK GmbH 1992-2004
flash.c
//====================================================================
// File Name : flash.c
// Function : S3C2410 Flash Program
// Program : Kong, In Wook (KIW)
// Date : May 30, 2002
/
flash.h
#ifndef __FLASH_H__
#define __FLASH_H__
void ProgramFlash(void);
#endif /*__FLASH_H__*/
flash.h
#ifndef __FLASH_H__
#define __FLASH_H__
void ProgramFlash(void);
#endif /*__FLASH_H__*/
flash.c
#include
#include "..\inc\option.h"
#include "..\inc\def.h"
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\am29f800.h"
int DownloadData(void);
U32 downlo
flash.c
unsigned char data[1280];
unsigned char times;
unsigned char counter;
unsigned char error=0;
void flash(void)
{asm{start:movb #$8F,COPCTL;
ldx #$00;
ldaa #$1;
data_l