readme.txt

来自「关于TI公司的DSP开发的宝贵资料,主要涉及TI C6000系列DSP器件的MC」· 文本 代码 · 共 21 行

TXT
21
字号
How to use these files with Code Composer Studio:

1) First Setup the Code Composer Studio with the appropriate Board type/name, I/O port,
   CPU type and GEL file
2) Start the Code Composer Studio and create a new project by selecting Project-New from
   the menu and then select the location and name of the project on the computer
3) From the menu, select Project-Build Options-Target and then on the Compiler Tab choose
   the appropriate device form the Basic-Target Version
4) From the menu choose Project-Add Files to Project and add the vecs.asm,
   mcbsp_xmit_master.c and/or mcbsp_recv_slave.c files. Note that if the project inlcudes
   one of either mcbsp_xmit_master.c or mcbsp_recv_slave.c, then the vecs.asm should be
   modified accordingly (remove/add interrupt hookups).  Also include the appropriate
   link command file (*.cmd) and library files (*.lib) from C:\ti according to the target
   C6000 devices used
5) In the mcbsp_recv_master and mcbsp_xmit_slave.c files change the #define CHIP_6xxx 1
   to the appropriate number according to the TMS320C6000 DSP(s) used. For instance if the
   TMS320C6711 is used change the above line to #define CHIP_6711 1
6) Build the project by selecting Project-Build from the menu
7) Load the program by selecting File-Load Program from the menu
8) Run the program

⌨️ 快捷键说明

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