• Hardware breakpoints not working
    I'm using the following system: Keil: Realview MDK-ARM ver4.10 Jtag debugger: Coocox colink processor: generic cortex-m3 with the following memory layout : 0x00000000-0x00004000 -ROM (read only...
  • 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...
  • 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:...
  • Conditional Breakpoint
    Hello, I'm trying to set a conditional breakpoint. The debugger should break if a specific line is reached and an additional condition like x == 2 is true at the same time. I've tried an expression...
  • breakpoints
    Can someone explain me how i can set up a breakpoint in my assembly program that ends my program on the breakpoint the command is SETB P3.3 Thx in advance