代码搜索结果
找到约 10,000 项符合
Flash 的代码
flash.h
/*
定义flash的基地址
RAM的基地址
*/
#define FLASH_START 0x70000000
#define RAM_START 0xC0000000
#define FLASH(offset) (FLASH_START + (offset))
#define FLASH_BYTE(offset) (*(volatile unsigned char
flash.h
#include "44b.h"
#include "def.h"
/*KM29U128 IO 定义*/
//RB ->GPE0
//CLE ->GPC11
//ALE ->GPC10
//WP ->
//CE ->GPC15
#define RB (0x01)
#define CLE (0x800)
#define ALE (0x400)
//#define WP
flash.c
#include
#include
#include
#include "flash.h"
#include "44b.h"
#include "def.h"
//#define DISABLE_ISR (rINTMSK=BIT_EINT0 | BIT_GLOBAL | BIT_BDMA0)
//#define E
flash.log
"Error","2007-3-4 4:01:14","No Such Service ddz with function helloWorldNET"," 在 FlashGateway.Delegates.ServiceCommander.InvokeAdapter(ActionContext flashContext)
在 FlashGateway.Delegates.Servic
flash.h
/************************************************************************************
* Copyright (c), 2004-2007,西安铭朗电子科技有限责任公司
* All rights reserved.
*
* Http: www.mlarm.com
* Email
flash.cmd
MEMORY
{
PAGE 0 :
OTP : origin = 0x3D7800, length = 0x000800
FLASHJ : origin = 0x3D8000, length = 0x002000
FLASHI : origin = 0x3DA000, length = 0x002000
FLASH
flash.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\pro\prog\DSP\Flash\"
ProjectType=Executable
CPUFamily=TMS320C67XX
Tool="Compiler"
flash.cmd
MEMORY
{
PAGE 0 :
/* OTP : origin = 0x3D7800, length = 0x000800*/
FLASHJ : origin = 0x3D8000, length = 0x002000
FLASHI : origin = 0x3DA000, length = 0x002000
F