| ||||||||
Technical Support Support Resources Product Information | MON51: STARTING PROGRAMS AT ADDRESSES OTHER THAN 0000HInformation in this article applies to:
QUESTIONI'm using the monitor and µVision to download and test my program. The monitor is configured to load programs starting at address 0x4000. Is there anything special I must do to start running these programs in µVision? ANSWERYes. First, you must create a debugger .INI file that sets the program starting address and runs to the beginning of the main C function. Then, you must change the debugger settings to use this new .INI file.
When you start the debugger, it will load the application and then execute the initialization file (DEBUG.INI) which will set the program start address to 0x4000 and run to the main C function. SEE ALSOFORUM THREADSThe following Discussion Forum threads may provide information related to this topic. Last Reviewed: Saturday, July 09, 2005 | |||||||
| ||||||||