?? readme.txt
字號:
/********************************************************************************/
/* README FILE */
/* */
/* AppNote Number : SPRA568 */
/* Title : "TMS320C6000 EMIF To External Flash Memory" */
/* */
/* Code : Interface to Flash */
/* Date : 8/8/01 */
/* */
/********************************************************************************/
Included Files:
- flashcode.c
- link.cmd
Summary: The code performs a simple transfer of data to a flash device. The program
creates a dummy data buffer with an incrementing count in internal memory.
The flash is then erased entirely before being programmed with the data.
How to use these files with Code Composer Studio:
1) First, setup Code Composer Studio with the appropriate Board type/name, I/O port,
CPU type and GEL file
2) Start 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 flashcode.c. Also include
the appropriate link command file (*.cmd) and library files (*.lib) from C:\ti
according to the C6x device.
5) Build the project by selecting Project->Build from the menu
6) Load the program by selecting File->Load Program from the menu
7) Run the program
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -