• Code run on target via ULINK will not breakpoint
    My apologies if this is a regular question, but this is driving me to bad pieces. What we have here is ToolChain pk51 Prof Developers kit Version 8.12 ToolChain Path C:\Keil\C51\Bin\ C Compiler...
  • 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
  • breakpoint line
    1 firmware_revisions(); 2 3 WriteUIversion(); line numbers above for reference if I want a breakpoint on line 3 I must highlight line 3 before clicking f9 is this just "we know it is screwy...
  • 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...