This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Agsi.h file for uVision 3

Hi all,
I am currently using uVision 3 Debugger. In the sample examples available for download, there is a file agsi.h. This file is specific to uVision 2.

Surely, for the enhancements in uVision3, the file name "agsi.h" has changed. I could not find this file in any of the examples available for download.

It would be great, if anybody could help me out on this.

Thanks
Pankaj

Parents
  • If you are just using the debugger, you don't need Agsi.h.

    Agsi.h has nothing to do with your embedded C51 code;
    Agsi.h is for people who are developing new debugger interfaces.

    "Surely, for the enhancements in uVision3, the file name 'agsi.h' has changed"

    Why would the name change?
    Also, if the the interface remained unchaged, there would be no reason to change the file.

    I beleive that both uVision-2 and uVision-3 use the same AGSI?

Reply
  • If you are just using the debugger, you don't need Agsi.h.

    Agsi.h has nothing to do with your embedded C51 code;
    Agsi.h is for people who are developing new debugger interfaces.

    "Surely, for the enhancements in uVision3, the file name 'agsi.h' has changed"

    Why would the name change?
    Also, if the the interface remained unchaged, there would be no reason to change the file.

    I beleive that both uVision-2 and uVision-3 use the same AGSI?

Children