代码搜索结果
找到约 10,000 项符合
Flash 的代码
flash.h
/*
********************************************************************
* Project: GNU-Port FreeRTOS Port
* File: flash.h
*
* System: ARM7TDMI-S 32 Bit (LPC2378)
* Compiler: G
flash.ld
/*** Linker Script File ***/
/* Hitex/Gn/07.09.2006 */
/* Memory Definitions */
/* Philips LPC23XX */
/* Flash usage */
MEMORY
{
IntCodeFlash (rx) : ORIGIN = 0x00000000, LENGTH = 500k
In
flash.d
objects\flash.o: Source\Tasks\flash.c \
/cygdrive/c/Program\ Files/Hitex/GnuToolPackageArm/bin/../lib/gcc/arm-hitex-elf/4.0.3/../../../../arm-hitex-elf/sys-include/stdlib.h \
/cygdrive/c/Program\
flash.c
/*
********************************************************************
* Project: GNU-Port FreeRTOS Port
* File: flash.c
*
* System: ARM7TDMI-S 32 Bit (LPC2378)
* Compiler: G
flash.h
/*
********************************************************************
* Project: GNU-Port FreeRTOS Port
* File: flash.h
*
* System: ARM7TDMI-S 32 Bit (LPC2378)
* Compiler: G
flash.c
#include "types.h"
#include "bioscall.h"
#include "flash.h"
const struct flash_info table[] = {
{
mfr_id: MANUFACTURER_SST,
dev_id: SST39VF040,
name: "SST SST39VF040",
size: 0x00080000,
e
flash.h
#ifndef __FLASH_H
#define __FLASH_H
#define MAX_CHIPS 6
#define DEVICE_TYPE_X8 (8 / 8)
#define DEVICE_TYPE_X16 (16 / 8)
#define DEVICE_TYPE_X32 (32 / 8)
/* Addresses */
#define ADDR_MA
flash.h
#include "..\startup\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