• Definitive guide to using Net_Debug
    Hello posters, apologies if this is covered in another forum, but my searching skills often let me down. Can anyone point me to a definitive guide to using Net_debug, and please don't say "take a...
  • Capturing output to PC application
    MDK-ARM, uVision 3.4: I am looking for a way that a custom PC test app can directly control uVision so that it can open a project, build it, run it under the debugger, and capture any output from the...
  • Capturing signal
    Hi, I have to capture a signal using lpc1768 in Keil uvision-IDE. I tried alot. Am not getting it. Plz anyone give the code. Thanking You.
  • 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...
  • STM32F4 input capture
    I have code like this to capture input frequecy of PE11 (timer 1 CC 2) of STM32F4: TIM_ICInitTypeDef TIM_ICInitStructure ; GPIO_InitTypeDef GPIO_InitStructure ; NVIC_InitTypeDef NVIC_InitStructure...