This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS6: Real Time Data Exchange

Hi,

i am currently running a realtime application on a F28035 and I would like to transmit data (variable values) from the DSP to the PC. There is a USB connection using a XDS100v1 USB probe.

What I can do is fill an array on the DSP and transmit that when full triggered by a breakpoint which is configured as "write data to file".
Problem: Not very flexible, no way to analyze the data in realtime and limited memory capacity on the DSP.

I read about the Real Time Data eXchange (RTDX), which seemed the be exactly what I am looking for. Unfortunately RTDX is no longer supported, so I can not find it in CCS6.

Question: What is the replacement for RTDX in CCS6 / F28035 ?

- Brian 

Edit: I found the "From RTDX" and "To RTDX" blocks in Simulink. Is it possible to use them even if the CCS I'm using is not supporting RTDX anymore ?