• 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....
  • 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....
  • Debugging weird behaviour when single stepping and stepping over
    Hello everybody. Like in the title I noticed strange behaviour while debbuging my app, the problem is that when I'm single stepping everything is fine, but then when I step over or run to cursor line...