• 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...
  • 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 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...
  • 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...
  • Debug single step and interrupts not executing
    I am trying to track down a hard to find issue on a Cortex-M4. Leading to a lot of single stepping. I have noticed that the CPU does not seem to process interrupts as expected when single stepping....