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

📄 readme.txt

📁 5402hpi自举加载的程序源码欢迎下载
💻 TXT
字号:
* ============================================================================ *
*      Copyright (C) 1997-2002 Texas Instruments Incorporated.                 *
*                            All Rights Reserved                               *
* ============================================================================ *
* File: readme.txt                                                             *
* Author: Scott Tater, Texas Instruments Inc.                                  *
* ============================================================================ *

Texas Instruments, Inc. SPRA382 -- Bootloading the TMS320VC5402 in HPI Mode


INFORMATION
===========
This version last updated: 27 April 2002

DESCRIPTION
===========
This program demonstrates a method to boot load the 'C5402 using the         
Host Port Interface (HPI). The 'C5402 DSP Starter Kit (DSK) is used as a     
reference platform. A parsed COFF file is read into memory and transmitted   
to the 'C5402 through the HPI port. 

SOURCE TREE
===========
SPRA382          Root directory--contains main bootloader project files
 |
 +->HPI-BOOT     Output file hex extractor--contains executables
 +->BLINK        DSK blink demo project directory--contains all blink files
 
FILE DESCRIPTIONS
=================
SPRA382\
   readme.txt    This file
  hpi-boot.cpp   Main C++ bootloader code
    StdAfx.cpp   VC++ Precompiled Header Source
    StdAfx.h     VC++ Precompiled Header
  hpi-boot.dsp   \
  hpi-boot.dsw    \ VC++ Project and
  hpi-boot.ncb    / options files
  hpi-boot.opt   /

HPI-BOOT\
     blink.out   DSK Blink demo .out file (same as BLINK\blink.out)
     blink.out.c DSK Blink demo extracted hex file (using coff_both.exe)
 coff_both.c     Hex Extractor source
 coff_both.exe   Hex Extractor executable
  hpi-boot.exe   HPI Bootloader executable (produced from provided source)

BLINK\
     blink.c     DSK Blink demo source
     blink.cmd   Linker command file
     blink.mak   Code Composer Studio v1.2 project file
     blink.out   DSK Blink .out file
     blink.pjt   Code Compose Studio v2.0 project file
    readme.txt   DSK Blink demo readme.txt
    
* ============================================================================ *
*                            End of readme.txt                                 *
* ============================================================================ *

⌨️ 快捷键说明

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