⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 f2812_boot.h

📁 一个很全面的TMS320F2812的最小系统的工程
💻 H
字号:
//###########################################################################
//
// FILE: F2812_Boot.h
//
// TITLE: F2812 Boot ROM Definitions.
//
//###########################################################################
//
// Ver | dd mmm yyyy | Who | Description of changes
// =====|=============|==============|=======================================
// 0.1 | 30 Jan 2002 | LH | Original Release.
// –––––|–––––––––––––|––––––––––––––|–––––––––––––––––––––––––––––––––––––––
// | | |
//
//###########################################################################
#ifndef F2812_BOOT_H
#define F2812_BOOT_H
//–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
// Fixed boot entry points:
//
#define FLASH_ENTRY_POINT 0x3F7FF6
#define OTP_ENTRY_POINT 0x3D7800
#define H0_ENTRY_POINT 0x3F8000
#define PASSWORD_LOCATION 0x3F7FF8
// Misc definitions
#define ERROR 1
#define NO_ERROR 0
#define EIGHT_BIT 8
#define SIXTEEN_BIT 16
#define EIGHT_BIT_HEADER 0x08AA
#define SIXTEEN_BIT_HEADER 0x10AA
//–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
// Common CPU Definitions:
//
//#define EALLOW asm(" EALLOW");
//#define EDIS asm(" EDIS");
typedef int i16;
typedef long i32;
typedef unsigned int ui16;
typedef unsigned long ui32;
typedef unsigned int Uint16;
//–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
// Include Peripheral Header Files:
//
//#include ”SysCtrl_Boot.h”
//#include ”SPI_Boot.h”
//#include ”SCI_Boot.h”
//#include ”Parallel_Boot.h”

#endif // end of DSP28_DEVICE_H definition

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -