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

Is there any interfaces in UV2, that can used to access it by another application?

Hi,

I am developing a unit testing tool based on UV2, which can make the following operations to the module be tested.
1.set the start state
2.set the input
3.get the output
4.get the next state

The current scheme use debug functions via DDE method, but I have these troubles:
1.can not be notified when enter/exit a certain function.
2.can not be notified when write a certain memory address.
The BREAKSET statement can insert a breakpoint in these location, but can not notify my tool through DDE.

I think there maybe something meets this requirement, such as some open APIs of UV2.
Any advice is welcome, thanks.

Regards,
Huang

Parents
  • Thanks, I have read <<Application Note 143>> before the planning of my project, and I do use DDE interface to connect to UV2, it works. Now my tool can implement a handwork testing, which user must input the testcase, watch and analyze the results.

    Now my question is, when I want to make the testing run in automatic mode, I need some notifies from UV2 to my tool, the existing debugger functions can not meet my needs.

Reply
  • Thanks, I have read <<Application Note 143>> before the planning of my project, and I do use DDE interface to connect to UV2, it works. Now my tool can implement a handwork testing, which user must input the testcase, watch and analyze the results.

    Now my question is, when I want to make the testing run in automatic mode, I need some notifies from UV2 to my tool, the existing debugger functions can not meet my needs.

Children
No data