?? readme.txt
字號:
**********************************************************************
* Copyright (C) 2002 Texas Instruments, Inc. *
* All Rights Reserved *
* *
* This is a readme file for TMS320VC5509 USB Bootloader *
* example code *
* *
* Created: 11 Nov 2002 $MH$ *
* *
* Updates: None. This code applies to all revisions of the bootloader application report. *
* *
* *
**********************************************************************
The USB Bootloader example code is organized in three folders:
a. boot_img
b. boot_table
c. hex55
Folder: boot_img
----------------
This is the project folder for example TMS320VC5509 code. This folder
contains following files:
a. boot_img.ptj: CCS 2.20 project file
b. boot-img.asm: Souce file for the TMS320VC5509 example
c. boot_img.cmd: Linker command file
d. /debug/boot_img.obj: Object file created by the 55xx assembler
e. /debug/boot_img.out: Executible (COFF) file created from boot_img.asm
f. /debug/boot_img.map: Memory map file associated with boot_img.out
Folder: boot_table
------------------
This folder contains the example boot table (bin format) for the USB
Bootloader.
a. serial8bin.cmd: Hex55.exe command file to create the boot table
b. boot-img.out: Output COFF file boot_img project.
c. boot_img.bin: Hex55 output file created from boot_img.out. This
file contains the binary format boot table.
d. boot_img.bxp: Memory map file associated with boot_img.bin
Folder: hex55
------------------
This folder contains the Hex conversion utility version 2.53. To generate
a binary format boot table you will need to use Hex55 utility version 2.53
or later.
a. Hex55.exe: Hex conversion utility for TMS320C55xx family DSPs.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -