代码搜索结果
找到约 10,000 项符合
Flash 的代码
flash.c
/*******************************************
* *
* Copyright (c) WinterSun Corp. *
* Jcy For Chongqing *
* Flash Ope
flash.c
/*
**************************************************************************************************
*
*
*
*
*
*
*
*
************************************************************************
flash.mak
/************* Code Composer V1 Project Data ********************
The following section contains data generated by Code Composer
to store project information like build options, source filenames
flash.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\ti\My Project\Lab8-Flash\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Com
flash.cmd
MEMORY
{
PAGE 0 :
OTP : origin = 0x3D7800, length = 0x000800
FLASHJ : origin = 0x3D8000, length = 0x002000
FLASHI : origin = 0x3DA000, length = 0x002000
FLASHH
flash.c
//-----------------------------------------------------------------------------
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under w
flash.asm
.include hardware.inc
.define C_FLASH_SIZE 0x8000
.define C_FLASH_BLOCK_SIZE 0x100
.define C_FLASH_MATCH 0xAAAA
.define C_FLASH_PAGE_ERASE 0x5511 //erase 1 page
.define C_FLASH_MASS_ERA