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

📄 readme.txt

📁 Application of Bootstrap Loader in MSP430 With Flash Hardware and Software Proposal
💻 TXT
字号:
----------------------------------------------------------------
 Copyright (C) 1999-2000 Texas Instruments, Inc.
 Author: Volker Rzehak
----------------------------------------------------------------
 All software and related documentation is provided "AS IS" and 
 without warranty or support of any kind and Texas Instruments 
 expressly disclaims all other warranties, express or implied, 
 including, but not limited to, the implied warranties of 
 merchantability and fitness for a particular purpose. Under no 
 circumstances shall Texas Instruments be liable for any 
 incidental, special or consequential damages that result from 
 the use or inability to use the software or related 
 documentation, even if Texas Instruments has been advised of 
 the liability.

 Unless otherwise stated, software written and copyrighted by 
 Texas Instruments is distributed as "freeware". You may use 
 and modify this software without any charge or restriction. 
 You may distribute to others, as long as the original author 
 is acknowledged.
----------------------------------------------------------------

This archive contains the following files:

- readme.txt
  This file...

- EXE-Directory
  Holds the executable demonstration program with some example TI TXT files.
  - EXE\BSLDEMO.EXE
    Executable demonstration program.
  - EXE\PATCH.TXT
    TI TXT file with patch for first version(s) of bootstrap loader.
  - EXE\test.txt
    Example TI TXT file.
  - EXE\int_vect.txt
    Interrupt vector file of example.
  - EXE\BL_130V.TXT
    TI TXT file with a loader that can be loaded into the RAM of 
    a MSP430F149 device using the following command line. Using this loader 
    the verification of programmed data is done internally while programming.
    Thus the verification step can be omitted (see example command line) which
    can reduce programming time significantly.
    > BSLDEMO -bBL_130V.TXT +epr test.txt

- SOURCE-Directory
  Holds source code of demonstration program.

  - SOURCE\bsldemo.c
    Source of main program.
  - SOURCE\bslcomm.c
    Source with bootstrap loader communication functions.
  - SOURCE\bslcomm.h
    Header file of bootstrap loader communication functions.
  - SOURCE\ssp.c
    Source with standard serial protocol functions.
	(Is directly included into bslcomm.c. Do not compile separately!)
  - SOURCE\ssp.h
    Header file of standard serial protocol functions.
  - SOURCE\BSLDEMO.DSP
    MS-Visual C++ 5.0 Project settings.
  - SOURCE\BSLDEMO.DSW
    MS-Visual C++ 5.0 Workspace settings.

⌨️ 快捷键说明

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