• Setting Hardware Breakpoints
    Good evening , i've got a problem with configuring Breakpoints on ARMv7 with XEN as a Hypervisor. My goal is to implement some kind of Single Step by using "Address Mismatch" Breakpoints. To do...
  • Keil is not using hardware breakpoints
    Hi I am trying to debug a ROM code on M0+. Even though the core supports 4 hardware breakpoints (BPUCOTNROL REG 0xE0002000 => 0x40) I am not able to set any break point. Attempt to set any breakpoint...
  • How to set access breakpoints for target hardware debug?
    I'm trying to set a data breakpoint with such condition: _RWORD(0x3e78)==0x0010105B. I tried the access breakpoint: expression: 0x3e78 Expression: 0x3e78 Access: Write Size: 4 Bytes count:...
  • How Debugger/Breakpoint works ?
    Hi Guys, May be very basic question. I want to understand how JTAG debugger and Break point works. Can any one help here...? Abhijit Dhopate
  • uVision2: Breakpoint 'Command' not working
    I want to set a breakpoint which will print a value, and then resume execution. The documentation for the 'Command' box in the 'Breakpoints' debugger dialogue says, "When you specify a Command for...