----------------------------------------------------------------
 Copyright (C) 1999-2006 Texas Instruments, Inc.
----------------------------------------------------------------
 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\BSLDEMO2.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
  - EXE\BL_150S_14x.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_150S_14x.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\TI_TXT_Files.c
    Source file for writting the TI TXT file.
  - SOURCE\TI_TXT_Files.h
    Header file for writting the TI TXT file.
  - SOURCE\BSLDEMO.DSP
    MS-Visual C++ 6.0 Project settings.
  - SOURCE\BSLDEMO.DSW
    MS-Visual C++ 6.0 Workspace settings.
