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

Need Help for "Implementing Display DLLs for User-defined Output"

the Application Note 144 says:
"The μVision2 Debugger supports an interface to display DLL's. Display DLL's can be used to present task and other status nformation of real-time operating systems. However the capabilities are not limited to real-time operating systems, every kind of status information, i.e. the file table structure of smart card operating systems can be displayed."

So I want to develop a Display DLL like the "Rtx-tiny task list" for my os. It seems that APNTEX_144.ZIP doesn't work!I found that BootDLl returned "-2" because
"pio->size != sizeof(ioc)"!

In fact, "pio->size" is 2864 while "sizeof(ioc)" is 744!

It seems the header files(BOM.H,..." is not compatible with the new uVision 2 and 3.How to solve this problem?