• 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.
  • Multiple ISRs (interrupt service routines)
    I'm using the Keil MCB900 eval board with a P89LPC938 at 7.3728MHz and the LPC900 development tools (demo version). I'm using most of Mark Odell's UART and Timer code. I have setup Timer 1 as the...
  • Interrupt Service Routine (ISR) and os_mut_wait()
    When ISR calls os_mut_wait() the processor generates an exception. Is os_mut_wait() prohibited from being called from an ISR?
  • Interrupt Service Routine Help
    Hi, I'm a newbie to assembly programming and to uvision2, and I'm trying to make a piece of code in assembly that runs an interrupt service routine when timer0 overflows. I can enable the interrupt, 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...