README for Startup Module 17-NOV-1999
-------------------------------------
This module is a simple bootstrap program that supports the Flash
memory layout for software download described in Triscend
application note AN-02.  It copies the user 8032 code from Flash memory
into the E520's on-chip RAM and passes control to it.

The Keil C project Startup.prj, when built, produces the Intel Hex
file Startup.hex that can be download via FastChip into the Flash 
memory available on the Triscend evaluation board.

Source Files:

Startup.c   -  Main application file.  Finds the application code to
               run by searching for the header sequence of hex
               bytes in the flash.

NVdata.c    -  Low level Flash memory access routines.

Jump2Rom.a51 - low level code to jump into CSoC on-chip memory, which
               then activates the user code in on chip RAM.
