Цитата(Vasiliy Rufitskiy @ Dec 6 2007, 18:10)

Также RTDX нужен для загрузки/выгрузки областей памяти устройства (File->Data->Load/Save).
Интересно, откуда у вас такая информация?
Читаем Help...
Цитата
Real-Time Data Exchange (RTDX™) provides real-time, continuous visibility into the way target applications operate in the real world. RTDX allows system developers to transfer data between a host and target devices without interfering with the target application. The data can be analyzed and visualized on the host using any host client. This shortens development time by giving you a realistic representation of the way your system actually operates.
RTDX consists of both target and host components. A small RTDX software library runs on the target application. The target application makes function calls to this library's API in order to pass data to or from it. This library makes use of a scan-based emulator to move data to or from the host platform via a JTAG interface. Data transfer to the host occurs in real-time while the target application is running.
On the host platform, an RTDX Host library operates in conjunction with Code Composer™. Displays and analysis tools communicate with RTDX via an easy-to-use COM API to obtain the target data and/or to send data to the target application. Designers may use their choice of standard software display packages, including:
· National Instruments' LabVIEW™
· Quinn-Curtis' Real-Time Graphics Tools
· Microsoft Excel
Alternatively, you can develop your own Visual Basic™ or Visual C++™ applications. Instead of focusing on obtaining the data, you can concentrate on designing the display to visualize the data in the most meaningful way.
Прояснилось?