• 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 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...
  • 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...
  • 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....