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

📄 startup.h

📁 blackfin blink Asm code
💻 H
字号:
/********************************************************************************
 Startup Define Section
********************************************************************************/

// Comment out (please don't delete) the ones that do not apply
// to your code.

//#define STARTUP_SECTION L1_program_block1
#define STARTUP_SECTION program

#define PLL_MSEL 0x10     // default = 0xA
//#define PLL_D    0x0     // default = 0x0
//#define PLL_LOCK_COUNT 0x300 //default = 0x200

//#define PLL_CSEL 0x0     // default = 0x0
//#define PLL_SSEL 0x4     // default = 0x5

#define SYSCFG_VALUE 0x30	//Program this value into SYSCFG register

//#define RUN_USER		 // Otherwise code is run in supervisor mode
						//  ISR15 by default.



⌨️ 快捷键说明

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