At some point in your application development it is necessary to run the code directly from Reset.
Set the address of your application code start into the RESET-VEC location $0FFFE.
e.g. ' <name> $0FFFE !-T
or $0FFFE ORG ' <name> ,-T
The reset vector is located in the TLM code and may not be changed from within the TLM.
It is necessary to create a TIHEX file of the entire code space image by using:
ROM-START $FFFF TIHEX-SAVE APPLICATION
This creates a file called APPLICATION.HEX which may be programmed into the Target by exiting IRTC and running the APP.BAT batch file in the \WIN32FOR\MSP430 directory.