• 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
  • Ulink BreakPoints
    I'm using ARM with Ulink2 with MCB2300. When I compile the EasyWeb or the Blinky program it works fine and I have all the debug and breakpoint feature. When I start to add few files (also lib files...
  • Breakpoints disappearing
    Hi, I am using LM3S5956 Cortex M3 from TI and Keil tools. 1) If I set breakpoints and then start the debugger (Start/Stop debug session) all the breakpoints are disappearing. Then I have to stop, set...
  • Stucking at breakpoint
    Hi, sometimes the debugger stucks at a breakpoint and even if I use single-step, step-over or just run the program, the PC does not change. Deleting the breakpoint does not fix the problem. I have...
  • Conditional breakpoints
    Hello, I'm using MDK 4.14 for an LPC2478. Trying to catch a presumed data corruption, I'm want to halt my program when some variable (or preferably memory address?) contains a value larger than...