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

📄 readme.txt

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


05/12/02 R. Heeschen, Texas Instruments, Inc.
BlinkTEB6416 is adapted TEB6416 Blink example.


To build and burn the BlinkTEB6416 example program into the Flash Memory of
the TEB6416 (assumes CCS v2.1 is installed):

1) The project file BlinkTEB6416.pjt was created to reside in directory
           C:\ti\myprojects\FlashBlink62\
   and assumes that CCS resides in directory
           C:\ti\
2) Create a folder (call it "flash") in the c:\ti\myprojects folder.
   If CCS is installed elsewhere, create a folder within the myprojects folder
   in the location where CCS is installed.

3) Copy all of the files from the BlinkTEB6416 folder this new folder.

4) Run CCS and use the Project Menu to open the project "BlinkTEB6416.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 three
   libraries:

       CCS v2.0
       --------
       csl6400.lib     ( usually in C:\ti\c5400\cgtools\lib\ )
       rts6400.lib ( usually in C:\ti\c5400\dsk6211\lib\ )
          
5) Build the project. This should create the BlinkTEB6416.out file.

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

      >cd c:\ti\myprojects\BlinkTEB6416
      >hex6x FlashBlink_hex.cmd

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

7) Now use the FlashBurn application to program the on-board flash memory.
   You'll get the best results if you run CCS and load and run
   the Gel File, teb6416.gel

8) 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,
   - Remove and  reapply power to the board.
   You will see the LEDs cycle in an orderly way.

⌨️ 快捷键说明

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