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

📄 c6416teb.h

📁 ti dsp 6416 的BOOT程序。利用此程序实现将代码写入到FLASH 的功能。
💻 H
字号:
/*******************************************************************************
* FILENAME
*   c6416teb.h
*
* DESCRIPTION
*   TEB Header File
*
* NOTES:
*
*******************************************************************************/
#ifndef c6416teb_h
#define c6416teb_h

// Include CSL.  This assumes CSL v2.1 for support of C64xx EMIF A and B.
#include "csl.h"
#include "csl_emifa.h"
#include "csl_emifb.h"
#include "csl_timer.h"
#include "csl_mcbsp.h"
 

// Misc. other definitions for memory test not defined else where
#define INTERNAL_MEM_SIZE  (0x4000)>>2
#define INTERNAL_MEM_START 0x00010000
#define ALL_A			    0xaaaaaaaa
#define ALL_5			    0x55555555
#define ALT_A5			    0xa5a5a5a5
#define ALT_5A			    0x5a5a5a5a

#endif

⌨️ 快捷键说明

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