• Running PWM while debugging
    Hi Guys, I'm using a LM3S6950 ARM Cortex in combination with a Segger J-Link Debugger and Keil MDK for ARM (uVision 4). Is it possible to let the PWM running while debugging? I need it, because...
  • PWM output status query during debugging (simulation)
    During debugging session it seems that PWM status is not accessible for reading, although the pin is reported (as PWM1, PWM2, PWM3,...) in the Pulse Width Modulator peripheral. Any hint? Is there...
  • Interrupt masking during debugging
    For example, if you need to debug an application but do not want the code to enter the interrupt service routine during the stepping, the interrupt request can be masked. This is done by setting the...
  • Cortex : Saving registers during interrupts
    Hi Want to know if there is a way to instruct the compiler to preserve more than the normal registers (R0-R3, R12, LR, PSR, and PC) during an interrupt. Regards Viktor Bucher
  • Program is not go in ISR during the interrupt
    I write some simple programs but in all of them ISR is not executed during its interrupt occurance. i face similar problem in sample programs also. I face this problem after the installation of uVision...