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.

TMS320F28069M: Build model in simulink gives error

Part Number: TMS320F28069M
Other Parts Discussed in Thread: CONTROLSUITE

when i try to build model in Matlab2014a so as to obtain the code for my simulink model I encounter the following error

The call to idelink_ert_make_rtw_hook, during the entry hook generated the following error:
Could not connect to the board specified in the Target Hardware Resources tab on the Coder Target pane in the Configuration Parameters dialog.

The build process will terminate as a result.

Could not connect to the board specified in the Target Hardware Resources tab on the Coder Target pane in the Configuration Parameters dialog.

Could not obtain board configuration from Code Composer Studio(TM). Make sure that Code Composer Studio is installed and properly registered.

Cannot start CCS application (COM error ID: 0x80040154). Verify that your CCS software is installed and configured properly.
Component: Simulink | Category: Model error

> checkEnvSetup('ccsv4','f28069','check')

1. CCSv4 (Code Composer Studio)
Your version :
Required version: 4.0.0 to 4.2.0
Required for : Code Generation
TI_DIR=""

2. CGT (Texas Instruments C2000 Code Generation Tools)
Your version :
Required version: 5.2.1 to 5.2.3
Required for : Code generation
C2000_CGT_INSTALLDIR=""

3. DSP/BIOS (Real Time Operating System)
Your version :
Required version: 5.33.05 to 5.41.09.34
Required for : Code generation
CCSV4_DSPBIOS_INSTALLDIR=""

4. XDC Tools (eXpress DSP Components)
Your version : 3.20.03.63
Required version: 3.16.02.32 or later
Required for : Code generation

5. 2806x C/C++ Header Files
Your version : 1.00
Required version: 1.20
Required for : Code generation
DSP2806x_INSTALLDIR="C:\ti\controlSUITE\device_support\f2806x\v100"

6. Flash Tools (TMS320F2806x Piccolo(TM) Flash API)
Your version : 1.00
Required version: 1.00
Required for : Flash Programming
FLASH_2806X_API_INSTALLDIR="C:\ti\controlSUITE\libs\utilities\flash_api\2806x\v100"
>> 1. CCSv4 (Code Composer Studio)
Your version :
Required version: 4.0.0 to 4.2.0
Required for : Code Generation
TI_DIR=""

what is it that I'm doing wrong?

Thanks

  • It looks like some of the directories are not set correctly in your MathWorks setup. The MathWokrs tools don't know where to locate the needed TI tools to build the model .

    Try >> checkEnvSetup('ccsv4','f28069','setup') and go from there.

    If you want to re-walk through the initial configuration screens, you can try >> targetinstaller

    -Brian