The files in this archive accompany the Texas Instruments application report entitled
"Getting Started in C and Assembly Code with the TMS320LF240x DSP"
Author: David M. Alter, Texas Instruments, Inc.

GENERAL FILES:
--------------
readme.txt - this file


CODE COMPOSER GEL FILES:
------------------------
lf2407.gel - C2xx Code Composer v4.1x initialization GEL file


ASSEMBLY EXAMPLE PROGRAM FILES:
-------------------------------
vectors.asm: interrupt vector table
example.asm: main program
f2407.h: header file containing memory mapped register address definitions
example.cmd: linker command file
example.out: executable (ready to run)
example.mak: Code Composer v4.1x project file
example.map: memory map file output by the code generation tools


C EXAMPLE PROGRAM FILES:
------------------------
cvectors.asm: interrupt vector table
example_c.c : main program
f2407_c.h: header file containing memory mapped register address definitions
example_c.cmd: linker command file
example_c.out: executable (ready to run)
example_c.mak: Code Composer v4.1x project file
example.map: memory map file output by the code generation tools

REALTIME MONITOR EXAMPLE PROGRAM FILES (in \APPENDIX_C):
--------------------------------------------------------
cvecs_rtm.asm: interrupt vector table
example_rtm.c : main program
example_rtm.cmd: linker command file
example_c.mak: Code Composer v4.1x project file
example_c.pjt: Code Composer Studio v2.1x project file
