• MONITOR ERROR 6: CANNOT WRITE BREAKPOINT
    Sometimes, when I load uV2 and start the debugger and press F5 (run) I get this error message: MONITOR ERROR 6: CANNOT WRITE BREAKPOINT When this happens, the program is not running, but if I press...
  • 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 definition error
    When trying to set a data write access breakpoint, I keep getting the message "breakpoint definition error". I go: Debug->Breakpoints In the dialog, under Expression, I put Switches[]- This is...
  • Conditional Breakpoint Error in keil
    Hi All, I need to set an conditional breakpoint to identify the location of the memory overwrite on a variable. So I am trying to place a breakpoint with Expression as mentioned below, sabcAppQue...
  • Building my own Monitor for a C166 board - No RAM at 0x0 available
    Hi, I am using a self developed board with an 80C166. There is a RAM at address 0x10000 and ROM at address 0x30000 available. How can I build my own monitor for the debugger ? Any time the monitor and...