Hello,
We are in a process of choosing the platform for an embedded control system. C6000 floating point DSPs seem like a suitable option, but unfortunately I don't have any experience on TI DSPs or development tools. We are also trying to get an idea of the debugging tools, and one interesting area are the RTDX and the Trace features. I know RTDX is a software way of exchanging data between target and host and that Trace is a hardware solution, but how do they differ in functionalities?
As I told I don't have experience on either one, but I do have experience on the Chipscope feature on Xilinx FPGA environment, where you can add a debugger core in your application and capture a buffer with number of signals from certain number of cycles. You can configure trigger conditions that trigger the capture and set the debugger wait for a triggering. When the buffer is captured, transfer of the data up to the host PC is initiated. On the host application you can view the data in graphical form as waveforms a bit like on an oscilloscope.
Does either one implement same kind of functionalities?
Thanks