• AGSI Stop vs. uvision Stop
    Hi all, I use the uvision Stop button to stop the running code. Then in my DLL, I reset and go to the begining of the program. All work. When I want to add the "Stop" functionality to the DLL...
  • AGDI with "HALT(STOP)" button disable issue
    I am working on the 8051 with the AGDI uVersion3. After connecting to the 8051 target with UART, the STOP button is disabled when I press the GO/RUN button(that will call the GoCmd() function). At that...
  • paste stops working uvision 5
    I just installed uvision 5 on windows 7 64 bit. I start editing and after a short while paste, and ctrlv stop working. Pasting the same text to another editor works fine, but not in uvision 5. Any...
  • Set Next Statement
    Hello, Is there a way to set the PC to a different place while debugging, just like the Set Next Statement possibility in Developper Studio? Rgds, --Geert
  • Reentrant Functions cause Link Warnings
    Hi, I modify some of my function to "reentrant" ones. After that, I got a bunch of unresolved extenals. Why? Further, should I declare the reentrant function prototypes "reentrant"? Like extern void...