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.
Hi,
We're a senior project design team in San Jose State University's Electrical Engineering program. We're using the 6713 to implement an ambient noise-canceling system with phase delay and adaptive filtering.
We have been able to link up (or so we believe so far) Matlab 2009b to CCS 3.3 (using CCS 4.0 drivers) and finally to the 6713 DSK. Everything seemed to work until we finally try to dump the program onto the chip, and we receive an RTDX error:
So, in summary:
Is anybody able to shed some light on this? Any help will be appreciated!
You need to change the RTDX protocol from Simulator to JTAG inside the BIOS file. Open the BIOS configuration file and expand Input/Output, right click the RTDX Settings and select Properties, then change the RTDX Mode to JTAG (see attached).
Thanks for the tip!
It seems that the DSP/BIOS settings generated via Matlab is not quite the same as your screen shot. We changed the settings here:
We then re-started the build, and still get the same error:
We also had trouble finding the exact screen in the screen shot you showed us (we're running CCS 3.3). Could the fact that we're using the drivers from CCS4.0 be the culprit? We tried finding CCS 3.3 drivers, but they did not appear in the installation packages.
Edit: Other than the TCF file, we also went into the RTDX Configuration Control Properties, but there is no mention of setting the RTDX mode (and thus no drop-down menu to select JTAG) or any of the other settings we were looking for.
Hi Tim,
We're still not able to resolve this issue. Any help would be greatly appreciated!
Your screnshots show that you are attempting to load to a simulator, not a DSK - please confirm which you intend to use. If you are using the simulator you will need to reverse what I wrote in my previous response and change that field from JTAG to Simulator. If you indeed wish to work with the DSK hardware you will need to change your CCS Setup to point to an actual target.
Hi,
I am using a c2000 F28335DSP for a motor control application. I have developed a model in matlab simulink and need to interface with ccs3.3..
When i tried to check the ccsboardinfo at the matlab command prompt it gave me an error as follows:
?? error map is empty
error in ==>ccsboardinfo at 64
ccssetup.connect() %connect to ccs setup.
.
You guys have succeded in connecting matlab and ccs3.3 and export code to the ide..
Can you please send me the required information to get connected to the ccs ide and port it to the target processor.
Do i need to connect the target board to the pc to interface ccs with simulink or just with the simulator configuration il be able to connect with it..