?? f2812_boot.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 + -