代码搜索结果
找到约 10,000 项符合
Memory 的代码
memory.#3
/****************************************************************************
**
** 文件名: momery.c
** 功能: C8051Fxxx的SRAM驱动;
** 创建时间:2005.08.05
** 修改时间:2005.12.01
** 修改说明:
** 作者:
memory.#2
/****************************************************************************
**
** 文件名: momery.c
** 功能: C8051Fxxx的SRAM驱动;
** 创建时间:2005.08.05
** 修改时间:2005.12.01
** 修改说明:
** 作者:
memory.#1
/****************************************************************************
**
** 文件名: momery.c
** 功能: C8051Fxxx的SRAM驱动;
** 创建时间:2005.08.05
** 修改时间:2005.12.01
** 修改说明:
** 作者:
memory.h
#ifndef MEMORY_H
#define MEMORY_H
/****************************************************************************
** 函数名称: ExInSRAM_Select()
** 功能描述: 片外/片内SRAM选择
** 入口参数: ExInSRAM,0:选
memory.c
/****************************************************************************
**
** 文件名: momery.c
** 功能: C8051Fxxx的SRAM驱动;
** 创建时间:2005.08.05
** 修改时间:2005.12.01
** 修改说明:
** 作者:
memory.c
/*
Copyright 1994-2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as publis
memory.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="d:\work\icetek-c6713-a\c6713edulab\lab03-memory\"
ProjectType=Executable
CPUFamily=TM
memory.cmd
-w
-l rts6701.lib
-stack 400h
-heap 400h
MEMORY
{
BOOT_RAM : o=0,l=800h
VECS : o=800h,l=800h
IRAM : o=1000h,l=0x0002efff
}
SECTIONS
{
.bootload :> BOOT_RAM
memory.c
#include "stdio.h"
#define EMIF_GCTL 0x01800000
#define EMIF_CE1 0x01800004
#define EMIF_CE0 0x01800008
#define EMIF_CE2 0x01800010
#define EMIF_CE3 0x01800014