📄 option.h
字号:
#ifndef __OPTION_H__
#define __OPTION_H__
#ifdef __cplusplus
extern "C" {
#endif
#include "Def.h"
#define SEMIHOSTING FALSE
#if (WHICH_PORT == 1) //400 or 496PKG
//#define _NONCACHE_STARTADDRESS 0x11000000
#define _RAM_STARTADDRESS 0x10000000
//#define _MMUTT_STARTADDRESS 0x10028000
//#define _ISR_STARTADDRESS 0x1002ff00
#else //416PKG
//#define _NONCACHE_STARTADDRESS 0x21000000
#define _RAM_STARTADDRESS 0x20000000
//#define _MMUTT_STARTADDRESS 0x20028000
//#define _ISR_STARTADDRESS 0x2002ff00
#endif
#define FIN 12000000
#ifdef __cplusplus
}
#endif
#endif /*__OPTION_H__*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -