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

📄 readme.txt

📁 ti dsp 5416 的BOOT程序。利用此程序实现将代码写入到FLASH 的功能。
💻 TXT
字号:
ReadMe.txt for the FlashBlink5416 example program
---------------------------------------------

11/13/01  R. Heeschen, Texas Instruments, Inc.


To build and burn the FlashBlink5416 example program into the Flash Memory of
the 5416 DSK (assumes CCS v2.0 or later is installed):

1) The project is built assuming that CCS resides in directory
           C:\ti
2) Create a folder (call it "FlashBlink5416") in the c:\ti\myprojects folder.

3) Copy the contents of C:\ti\bin\utilities\FlashBurn\c5400\dsk5416\FlashBlink5416
   from the FlashBurn distribution medium to this new folder. The necessary
   files are:
      FlashBlink.pjt          (CCS project file if using CCS v2.0)
      FlashBlink.c            (FlashBlink C code)
      FlashBlink.cmd          (CCS Linker command file)
      FlashBlink_hex.cmd      (Motorola Hex conversion command file)
      FlashBlink_ahex.cmd     (ASCII Hex conversion file)

4) Run CCS and open the project file FlashBlink.pjt.
   CCS may tell you it cannot find library files.
   If you installed Code Composer Studio other than in
   C:\ti\, then you will have to provide paths to the
   library  C:\ti\c5400\dsk5402\lib\Bsl5416Dsk.lib.
   
5) Build the project. This should create the FlashBlink.out file.

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

      >cd c:\ti\myprojects\flash
      >hex500 FlashBlink_hex.cmd

   This runs the hex conversion utility (hex500.exe) with the options
   stated in the command file, FlashBlink_hex.cmd. 
   Note that the file FlashBlink_ahex.cmd is provided in case you
   prefer ASCII Hex format instead of Motorola. You can use it in place
   of FlashBlink_hex.cmd.
   The hex conversion utility outputs a map file, FlashBlink5416_hex.map,
   and a hex file, FlashBlink5416.hex. The .hex file is the downloadable code.
   NOTE: See the FlashBurn Application docs and Help for how you can
         have FlashBurn create the .hex file by entering "FlashBlink_hex.cmd"
         into the Conversion Command field of a FlashBurn .cdd document.

8) Now use the FlashBurn application to program the on-board flash memory.
   The file C:\ti\bin\utilities\FlashBurn\c5400\dsk5416\Blink5416.cdd is
   provided as an example.
   See the help files and readme for the FlashBurn application for details.

9)After using the FlashBurn application to burn-in the FlashBlink
   program, you can run the FlashBlink program as follows:
   - Close the FlashBurn and CCS applications,
   - Press the reset button on the board, or remove and
     reapply pawer to the board.
   You will see the LEDs blinking in sequence.

⌨️ 快捷键说明

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