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
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.