• capture signals
    in the page http://www.keil.com/support/docs/2187.htm it is said, to enable the feature of "logic analyzer", "the target debugger must be able to capture signals" . I want to know what the meaning...
  • capture signals
    in the page http://www.keil.com/support/docs/2187.htm it is said, to enable the feature of "logic analyzer", "the target debugger must be able to capture signals" . I want to know what the meaning...
  • How does Cortex-M3 core capture the interrupt signal
    Note: This was originally posted on 31st March 2013 at http://forums.arm.com Hi, I'm using the Cortex-M3 and handling the interrupts of it. It seems that if I set ISR entry to the right interrupt vector...
  • How does Cortex-M3 core capture the interrupt signal
    Note: This was originally posted on 31st March 2013 at http://forums.arm.com Hi, I'm using the Cortex-M3 and handling the interrupts of it. It seems that if I set ISR entry to the right interrupt vector...
  • capture flags in timer are set by hardware even i haven't enabled the capture mode
    i am doing a program on timer in STM32L152 Discovery board.Actually i want to check UIF flag in TIMx_SR ,so i have eabled update interrupt.but while running the program capture flags in TIMx_SR is changing...