代码搜索结果
找到约 10,000 项符合
Flash 的代码
flash.c
//*--------------------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*------------------------------------------
flash.bld
#!build
default:
program
:language=c
:elxr_map_option=nomap
:arm_option=thumb_code
:arm_option=thumb_lib
:auto_mvc=false
:xfputype=none
:arm_cputype=arm7tm
:optimizestrategy=space
flash.dat
Com *--------------------------------------------------------------------------------------
Com * ATMEL Microcontroller Software Support - ROUSSET -
Com *-------------------------------------
flash.dat
Com *--------------------------------------------------------------------------------------
Com * ATMEL Microcontroller Software Support - ROUSSET -
Com *-------------------------------------
flash.dld
/*
* File: flash.dld
* Purpose: Linker file for the M5282EVB
*
* Notes: Project running in internal Flash
*
*/
MEMORY
{
sdram : org = 0x00000000, len = 0x01000000
vector_ram :
flash.c
/* $Id: flash.c,v 1.20 2000/11/08 04:57:49 davem Exp $
* flash.c: Allow mmap access to the OBP Flash, for OBP updates.
*
* Copyright (C) 1997 Eddie C. Dost (ecd@skynet.be)
*/
#include
flash.c
#include "..\..\flash.c"
flash.scat
FLASH 0x24000000 0x4000000
{
FLASH 0x24000000 0x4000000
{
init.o (INIT, +First)
* (+RO)
}
32bitRAM 0x0000 0x0003BFFF
{
vectors.o (VECT, +First)
flash.ini
/******************************************************************************/
/* FLASH.INI: FLASH Initialization File */
/***********************************