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.

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

  • Anuroop,

    This question may be better served being asked on the MathWorks Forum. This question is more related to the use of Matlab and Simulink. The Mathworks Forum would be the best place to ask questions pertaining to Matlab Simulink. Please let us know if you have any questions that relate to either C2000 or CCS directly.

    Kyle
  • Respected Sir,

    I want to know about RTDX configuration in ccsv6.1.0 as the error is also saying that their might be configuration error and I tried to surf but their was no information about Tools menu and RTDX configuration in CCSV6.1 , although CCSv 3.3 has been showing tools menu and RTDX configuration.


    ERROR:

    Error using Link.ccssetup/Connect
    Cannot start CCS application (COM error ID: 0x80040154).
    Verify that your CCS software is installed and configured
    properly.

    Regards,
    Anuroop