• How to enable Interrupt in single Step Debugging
    Hello Keil community, I have an Atmel AT91SAM7x256 board with selfmade assembly startup code. For testing I had connect a simple switch at PioB to enter the external Interrupt. In simulation mode...
  • single step into an interrupt routine
    Is there a way to prevent the debugger from single stepping into an interrupt routine. To disable interrupts help but it is awkward.
  • Single step execution of Program
    Hello all, Well is it possible to execute a program residing inside 89c5x to be executed in single steps with the help of a key.That is when the key is pressed only one is executed. Ex Prg: Addr...
  • Stuck at Interrupt while Stepping
    Hi, I wrote a simple PWM code and it was working fine. But when I tried to enable the match interrupts, the code just get gets stuck inside the interrupt handler while stepping in the debugger. ...
  • Single step does not work
    Hi. I have a problem with debugger (simulator) in Keil uVision. I try to preview a variables in debugger (Debug->Start/Stop debug session). I added my variable which I want to preview to Watch 1 but...