• Single stepping while interrupts are enabled
    Is there a setting in uVision 4 for the Silabs C51 processors that allow single stepping over interrupts while interrupts are enabled? I have the ADC sampling 7 channels every 30mSec and when I put...
  • Does EPM900 support single step running in (ISR)interrupt service routine ?
    I linked the EPM900 to PC's RS232 port to emulate serial communication. In main function an infinite loop is written to wait for serial port IRQ. A break point is set in the start of ISR. When EPM900...
  • 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...
  • 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...
  • A51: Single step though include
    I have some existing 8051 assembly that includes source routines from other files using $INCLUDE . When I try to single step through the code in the included file with the simulator it skips over the...