• how to disable another load process?
    I wanna make the load button gray after user pressed the button. you know, another load process will be executed after the current one is completed, if the load button is double-clicked. Karah
  • How to debug a program spawned by another program?
    I have one program which spawns a second program. Due to how this stuff all works, running the second program manually is impossible. Is there a way I can load the second program into uvision, run...
  • debugging code banked apps in uv2
    does anyone have any experience debugging code banked apps in uv2 (source code debugging). I was wondering how uv2 keeps track of all the breakpoints (which may be at the same address but in different...
  • How to use the debug command LOAD
    Hi! When we use the command LOAD in the initialization file,we must write the command like this: LOAD Obj\ProjectA.axf But in ProjectionB,we must modify it: LOAD Obj\ProjectB.axf Does anyone can...
  • How to load external AXF for debugging?
    I have axf file with debug info in DWARF2 format, built with ARM RVCT 2.2 build 503(built NOT under mVIsion ). I want to load this AXF file to uVision3 and then debug my axf with ARM simulator. I...