Installation Instructions:

The ccs_evmv1.zip file contains the files necessary to run Code 
Composer Studio on the 541 EVM card.  There are a few steps 
required to support the EVM 541.
  
1. Copy the files evm54x.dll, setup.bat, xdsfast2.dll, and xdsreset.exe 
to the C:\ti\cc\bin directory.
2. Copy the file tievm541.dvr to the \windows\ti\drivers directory.
3. Run cc_setup and install the tixds54x.dvr at I/O port address 0xa 
on the board properties dialogue, and a single c54x processor on the 
processor configuration dialogue.
4. Go to a DOS window and change to the C:\ti\cc\bin directory.
5. Run the setup.bat file.  You may have to change the setup.bat file 
to point to the I/O address of your EVM if it is not located at 0x280.  
The variable UNIFY_PORT_A defines the I/O address of the EVM.
6. Reset the TBC with the command xdsreset -p0xa.
7. Run cc_app from the DOS command line.

The new DLL, xdsfast2, are beta quality, and so it uses environment 
variables to set the target to an EVM.  You can get around using the 
DOS prompt by setting the environment variables defined below as 
part of windows' environment variables:

REM EVM Setup - USCIF 2
set UNIFY_PORT_A=0x280
set UNIFY_DRVR_A=evm54x.dll

REM Parallel Port Setup - USCIF 2
set UNIFY_PORT_B=0x378
set UNIFY_DRVR_B=dsk54x.dll
  
The I/O address is set to 0xa so that the UNIFY_PORT_A and 
UNIFY_DRVR_A environment variables are used .

