How do I install TI C6000 Support from Embedded Coder for Matlab 2013a?

11 views (last 30 days)
Hi,
I am trying to install TI C6000 Support from Embedded Coder (<http://www.mathworks.com/hardware-support/ti-c6000.html>) so that I can use RTDX on the C6713 board.
Although, after downloading the package, Matlab prompts that the package is not meant for this particular version.
The reason I want to install it is because of the following reasons: 1 - Tutorials seem to point out that there should be a Real-Time Workshop configuration in simulink, which I believe is not replaced using Simulink Coder? Moreover, under the target browser I cannot find C6000 board support.
I have successfully built simple simulink models which build and target the board correctly, however now I am trying to use RTDX to exchange data and have real-time data manipulation.
Thank you.
Below are the installed packages in my Matlab 2013a, obtained via the ver command. ------------------------------------------------------------------------- MATLAB Version 8.1 (R2013a)
Simulink Version 8.1 (R2013a)
Bioinformatics Toolbox Version 4.3 (R2013a)
Communications System Toolbox Version 5.4 (R2013a)
Control System Toolbox Version 9.5 (R2013a)
DSP System Toolbox Version 8.4 (R2013a)
Data Acquisition Toolbox Version 3.3 (R2013a)
Embedded Coder Version 6.4 (R2013a)
Fixed-Point Designer Version 4.0 (R2013a)
Fuzzy Logic Toolbox Version 2.2.17 (R2013a)
Global Optimization Toolbox Version 3.2.3 (R2013a)
HDL Coder Version 3.2 (R2013a)
Image Acquisition Toolbox Version 4.5 (R2013a)
Image Processing Toolbox Version 8.2 (R2013a)
Instrument Control Toolbox Version 3.3 (R2013a)
MATLAB Builder NE Version 4.1.3 (R2013a)
MATLAB Coder Version 2.4 (R2013a)
MATLAB Compiler Version 4.18.1 (R2013a)
Neural Network Toolbox Version 8.0.1 (R2013a)
Optimization Toolbox Version 6.3 (R2013a)
RF Toolbox Version 2.12 (R2013a)
Real-Time Windows Target Version 4.2 (R2013a)
Signal Processing Toolbox Version 6.19 (R2013a)
SimBiology Version 4.3 (R2013a)
SimElectronics Version 2.3 (R2013a)
SimEvents Version 4.3 (R2013a)
SimMechanics Version 4.2 (R2013a)
SimPowerSystems Version 5.8 (R2013a)
Simscape Version 3.9 (R2013a)
Simulink Coder Version 8.4 (R2013a)
Simulink Control Design Version 3.7 (R2013a)
Simulink Design Optimization Version 2.3 (R2013a)
Stateflow Version 8.1 (R2013a)
Statistics Toolbox Version 8.2 (R2013a)
Symbolic Math Toolbox Version 5.10 (R2013a)
System Identification Toolbox Version 8.2 (R2013a)
Wavelet Toolbox Version 4.11 (R2013a)
xPC Target Version 5.4 (R2013a)
xPC Target Embedded Option Version 5.4 (R2013a)
-------------------------------------------------------------------------

Answers (1)

Suneesh
Suneesh on 12 Mar 2014
This may be an installation issue. MathWorks provides free installation support. Please see:
  1 Comment
Anuroop Reddy D
Anuroop Reddy D on 7 Jul 2016
Regarding the real time reading/displaying of the adc values of tms320f28027 on the simulink scope and how should i use the RTDX
Respected Sir,
I'm unable to display the adc values on the simulink scpoe with RTDX as i'm new to the simulink and ccs environment. after surfing for help I tried to find a command called
>> rtdxtutorial
but when i tried to excute in the matlab window
below are the errors I observed
>> rtdxtutorial ================================================================== The RTDXTUTORIAL is an example script intended to get the user started with the RTDX.
A simple target DSP application is loaded and run on the target DSP, and data messages are transferred via RTDX between the host application (MATLAB) and the target DSP. The tutorial writes integers 1:10 to the target DSP. The target DSP takes the array of integers, increments it by 1, and writes the resultant array to the host. This action is performed 20 successive times, with each iteration incrementing the previous array result by one. The 20 messages are read using various output formats. ==================================================================
Error using Link.ccssetup/Connect Cannot start CCS application (COM error ID: 0x80040154). Verify that your CCS software is installed and configured properly.
Error in ccsboardinfo (line 68) ccssetup.Connect(); % Connect to CCS Setup
Error in getNumTargetsInCcsSetup (line 7) setupinfo = ccsboardinfo;
Error in selectBoardProcNumbers (line 13) numTargets = getNumTargetsInCcsSetup;
Error in rtdxtutorial (line 42) [boardNum,procNum] = selectBoardProcNumbers;
so how can i correct the very starting error (COM error ID: 0x80040154) as it say LINKCCSSETUP error, is their any linking file missing and the ccs version i'm using is
CCSv6.1.1.00022
Regards,
Anuroop

Sign in to comment.

Categories

Find more on Hardware-in-the-Loop Simulation with Simulink Real-Time in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!