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

📄 readme.txt

📁 关于bf531的好程序
💻 TXT
字号:
/*****************************************************************************
**                                                                          **
**  Name:   ezkitBF5xx_initcode EXAMPLE README                              **
**                                                                          **
******************************************************************************


General EXAMPLE project for initialization code.
This file will be executed on the processor prior to application code BOOTING.
Settings be included within this file are:
- PLL Settings (optimized for high speed)
- Voltage Regulator Settings
- EBIU settings for the EZ-KIT Lite (Asynchronous and SDRAM memory)
- Bit Rate handler for Mode 'Boot from UART host (slave mode)' (ADSP-BF527 & ADSP-BF537 EZ-KIT Lite only)


IMPORTANT:
- Settings are EZ-KIT Lite specific!
- Projects / Project Groups with 'VisualDSP45_' prefix are created with VisualDSP v4.5. The rest is created with VisualDSP v5.0
- VisualDSP v4.5 should NOT be used for ADSP-BF52x processors. Please use VisualDSP v5.0 and above


NOTE: Projects can be taken as pattern for individual init code projects


[ezkitBF5xx_initcode_asm]
|
|-> ezkitBF5xx_initcode.dpg (Project Group loading all projects in subfolders, e.g. ADSP-BF527 EZ-KIT Lite)
|-> VisualDSP45_ezkitBF5xx_initcode.dpg (Project Group loading all projects in subfolders, e.g. ADSP-BF527 EZ-KIT Lite)
|-> ezkitBF5xx_initcode.ldf (general linker description file, included by specific ldf files, e.g. ezkitBF527_initcode.ldf)
|-> ezkitBF5xx_initcode.asm (general source code, included by specific main source file, e.g. ezkitBF527_initcode.c)
|-> nBlackfin.h (global header file)
- [ADSP-BF527 EZ-KIT Lite]
  |
  |-> ezkitBF527_initcode.dpj (EZ-KIT Lite specific project file)
  |-> VisualDSP45_ezkitBF527_initcode.dpj (EZ-KIT Lite specific project file)
  |-> ezkitBF527_initcode.h (EZ-KIT Lite specific header file)
  |-> ezkitBF527_initcode.ldf (EZ-KIT Lite specific ldf file)
- [ADSP-BF533 EZ-KIT Lite]
  |
  |-> ezkitBF533_initcode.dpj (EZ-KIT Lite specific project file)
  |-> VisualDSP45_ezkitBF533_initcode.dpj (EZ-KIT Lite specific project file)
  |-> ezkitBF533_initcode.h (EZ-KIT Lite specific header file)
  |-> ezkitBF533_initcode.ldf (EZ-KIT Lite specific ldf file)
- [ADSP-BF537 EZ-KIT Lite]
  |
  |-> ezkitBF537_initcode.dpj (EZ-KIT Lite specific project file)
  |-> VisualDSP45_ezkitBF537_initcode.dpj (EZ-KIT Lite specific project file)
  |-> ezkitBF537_initcode.h (EZ-KIT Lite specific header file)
  |-> ezkitBF537_initcode.ldf (EZ-KIT Lite specific ldf file)
- [ADSP-BF538 EZ-KIT Lite]
  |
  |-> ezkitBF538_initcode.dpj (EZ-KIT Lite specific project file)
  |-> VisualDSP45_ezkitBF538_initcode.dpj (EZ-KIT Lite specific project file)
  |-> ezkitBF538_initcode.h (EZ-KIT Lite specific header file)
  |-> ezkitBF538_initcode.ldf (EZ-KIT Lite specific ldf file)
- [ADSP-BF561 EZ-KIT Lite]
  |
  |-> ezkitBF561_initcode.dpj (EZ-KIT Lite specific project file)
  |-> VisualDSP45_ezkitBF561_initcode.dpj (EZ-KIT Lite specific project file)
  |-> ezkitBF561_initcode.h (EZ-KIT Lite specific header file)
  |-> ezkitBF561_initcode.ldf (EZ-KIT Lite specific ldf file)

You can open the project group or individually each of the projects and build it.


/****************************************************************************
 EOF
*****************************************************************************/

⌨️ 快捷键说明

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