/******************************************************************
 *
 *  EE-164 example code
 * 
 *  This ADSP-2191 example illustrates the no-boot option.
 *
 *  It is a VisualDSP++ 3.0 example but requires the latest
 *  assembler / linker / loader patches. Download from
 *  ftp://ftp.analog.com/pub/tools/patches.
 *
 *  You may evaluate this example on the ADSP-2191 EZ-Kit Lite.
 *  Use the VisualDSP++ Flash Programmer plug-in to download the
 *  .\Debug\ROM_OVL8.ldr file. 
 *
 *  Note that some segments have been moved to off-chip address
 *  range with EMI width of 8 bits and TYPE(ROM).
 *
 *  After reset it starts program execution from external EPROM
 *  Logical address 0x01.0000 equals to byte address 0x04.0000.
 *  The timer 0 interrupt is serviced by IVint4 residing at
 *  address 0x01.0080.
 *
 *  The example provides an alternative service routine IVint5
 *  which is never executed in EPROM but copied manually to
 *  on-chip memory location 0x00.0080. As soon as the RMODE bit
 *  in the SYSCR register is set, a timer interrupt makes the
 *  core jump to on-chip address 0x00.0080. 
 *
 *  By toggeling the RMODE bit this example blinks either 
 *  LED8 (Flag 0) or LED9 (Flag 1). 
 *
 *  ANALOG DEVICES INC. (bk) 2003
 *
 ******************************************************************/
 
 
