We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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?