AURIX™ Debugger, even if is a simple tool, permits to set breakpoints with the interactive command: 'bpt':
Note: to have the latest menu, just type the '?' in the interactive user interface.As first example, I will set a breakpoint, reset the hardware, start execution and check that IP (Instruction Pointer) is stopped at given breakpoint address:
Where:
- bpt --> set the breakpoint at 0x80001670
- rsthlt --> reset the AURIX™ board and halt the CPU
- run --> go, start CPU execution (till set breakpoint, at 0x80001670)
- t --> trace, execute the current instruction and show the respective TriCore™ opcode syntax and details (if known)
- bpt --> set the breakpoint at 0x80001688
- rsthlt --> reset the AURIX™ board and halt the CPU
- g --> go, start CPU execution (till set breakpoint, at 0x80001688)
- g --> go...
Commenti
Posta un commento