13.07.2015 Views

TASKING VX-toolset for ARM User Guide

TASKING VX-toolset for ARM User Guide

TASKING VX-toolset for ARM User Guide

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Using the Debugger• Initial download of programIf enabled, the target application is downloaded onto the target. If disabled, only the debug in<strong>for</strong>mationin the file is loaded, which may be useful when the application has already been downloaded (or flashed)earlier. If downloading fails, the debugger will shut down.• Verify download of programIf enabled, the debugger verifies whether the code and data has been downloaded successfully. Thistakes some extra time but may be useful if the connection to the target is unreliable.• Program flash when downloadingIf enabled, also flash devices are programmed (if necessary). Flash programming will not work whenyou use a simulator.• Reset targetIf enabled, the target is immediately reset after downloading has completed.• Goto mainIf enabled, only the C startup code is processed when the debugger is launched. The application stopsexecuting when it reaches the first C instruction in the function main(). Usually you enable this optionin combination with the option Reset Target.• Break on exitIf enabled, the target halts automatically when the exit() function is called.• Reduce target state polling269

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!