This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DBGDRCR.HRQ与执行hlt指令的区别

hi, experts:

通过DBGDRCR.HRQ:可以让CPU进入halting debug state.

执行hlt指令:是否也能让CPU进入halting debug state?

best wishes,

Parents
  • 可以让cpu 进入 halting debug mode 的 方式包括:

    • a breakpoint hits
    • a watchpoint hits
    • a BKPT instruction is executed
    • the EDBGRQ signal is asserted
    • a Halt instruction has been scanned into the DBGTAP instruction register
    • an vector catch occurs.
Reply
  • 可以让cpu 进入 halting debug mode 的 方式包括:

    • a breakpoint hits
    • a watchpoint hits
    • a BKPT instruction is executed
    • the EDBGRQ signal is asserted
    • a Halt instruction has been scanned into the DBGTAP instruction register
    • an vector catch occurs.
Children
No data