• Connect debugger at runtime? (without reset?)
    Hi, is it possible to connect the ARM uVision to a running target? (without resetting/ reloading the target?). I would like to connect to see variables in the watch window, after the target has been...
  • Connecting Debugger without stop
    Hi everybody, I just found this User Guide here: www.keil.com/.../ulinkpro_ctx_debug.htm The guide states that there would be "without Stop"-option in the debug settings. However I can...
  • Auto reset by the mcu (AT89C5130A)
    Hey all, I am using mcu AT89c5130A , and its just generate auto reset (I think its happend becasue of watchdog). How can I disable it ? I want that the micro will execute the code only one time. when...
  • Code not executing without debugger
    Hi, I am using TLE9879QXA20 controller, with internal clock running. Whenever I download the code using JLink debugger, It flashes the code and run the software.After Power on, it doesn't runs the...
  • Bootloader without uC reset
    I have a bootloader that update my firmware via USB. The problem is that the current bootloader (or most) reset the uC after update. I can't allow the uC to reset since the host application has...