|
|||||||||||
Technical Support On-Line Manuals µVision User's Guide About µVision User Interface Creating Applications Utilities Debugging Debug Commands ASM ASSIGN BreakAccess BreakDisable BreakEnable BreakKill BreakList BreakSet COVERAGE COVTOFILE DEFINE DIR Display Enter EVALuate EXIT FUNC Go INCLUDE KILL LOAD LOG LogicAnalyze MAP MODE Ostep PerformanceAnalyze Pstep RESET SAVE SCOPE SET SIGNAL SLOG Tstep Unassemble WatchSet WatchKill Debug Functions Simulation Flash Programming Dialogs Example Programs Command Line Appendix |
SCOPEThe SCOPE command displays the address range of a module or function.
Examples>scope \measure\main /* show scope range of main() */ MAIN RANGE: 0xFF01EF-0xFF03B6 > >scope \measure /* show scope for module 'measure' */ MEASURE {CvtB} RANGE: 0xFF03B7-0xFF07E5 /* µVision dummy scope block */ {CvtB} RANGE: 0xFF000B-0xFF000D SAVE_CURRENT_MEASUREMENTS RANGE: 0xFF000E-0xFF0069 TIMER0 RANGE: 0xFF006A-0xFF0135 _READ_INDEX RANGE: 0xFF0136-0xFF01BF CLEAR_RECORDS RANGE: 0xFF01C0-0xFF01EE MAIN RANGE: 0xFF01EF-0xFF03B6 > >scope /* show all scope ranges */ MEASURE {CvtB} RANGE: 0xFF03B7-0xFF07E5 {CvtB} RANGE: 0xFF000B-0xFF000D SAVE_CURRENT_MEASUREMENTS RANGE: 0xFF000E-0xFF0069 TIMER0 RANGE: 0xFF006A-0xFF0135 _READ_INDEX RANGE: 0xFF0136-0xFF01BF CLEAR_RECORDS RANGE: 0xFF01C0-0xFF01EE MAIN RANGE: 0xFF01EF-0xFF03B6 MCOMMAND {CvtB} RANGE: 0xFF09A6-0xFF0A23 MEASURE_DISPLAY RANGE: 0xFF07E7-0xFF084A _SET_TIME RANGE: 0xFF084B-0xFF08CA _SET_INTERVAL RANGE: 0xFF08CB-0xFF09A5 GETLINE _GETLINE RANGE: 0xFF0A24-0xFF0A87 ?C_FPADD ?C_FPMUL ?C_FPDIV ?C_FPCMP ... Note
| ||||||||||
|
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers
of your data.