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