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

📄 readme.txt

📁 基于ti 6416dsk的flashburn程序。
💻 TXT
字号:
Readme.txt for the BlinkDSK6416 example program
-----------------------------------------------

To build and burn the BlinkDSK6416 example program into the Flash Memory of
the DSK6416 (assumes CCS v2.2 is installed):

1) The project file assumes that CCS resides in directory
           C:\ti\

2) Copy the contents of this directory to create a working copy of the sources
   that you can modify.

3) Run CCS and open the project file "BlinkDSK6416.pjt". 

   If you installed Code Composer Studio in a directory other than C:\ti\, then
   you will have to provide paths to the runtime library:

       CCS v2.2
       --------
       rts6400.lib ( usually in C:\ti\c6000\cgtools\lib\ )
          
4) Build the project. This should create the BlinkDSK6416.out file.

5) In a DOS window, change to the project directory and run the hex
   conversion utility:

      > hex6x BlinkDSK6416_ahex.cmd

   This runs the hex conversion utility (hex6x.exe) with the options
   stated in the command file, BlinkDSK6416_ahex.cmd. 
   The hex conversion utility outputs a hex file, BlinkDSK6416.hex, which is
   the downloadable code.
   NOTE: See the FlashBurn Application docs and Help for how you can
         have FlashBurn create the .hex file by entering "BlinkDSK6416_ahex.cmd"
         into the Conversion Command field of a FlashBurn .cdd document.

6) Now use the FlashBurn application to program the on-board flash memory.
   See the help files and readme for the FlashBurn application for details.

7) After using the FlashBurn application to burn-in the FlashBlink
   program, you can run the BlinkDSK6416 program as follows:
   - Close the FlashBurn and CCS applications
   - Remove and reapply power to the board
   You will see the LEDs blinking in sequence.

⌨️ 快捷键说明

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