Documentation Home Page Hardware Home Page
Pour la documentation en FRANÇAIS, utilisez l'outil de traduction de votre navigateur Chrome, Edge ou Safari. Voir un exemple.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

  • Launch MATLAB.
  • Change the working directory to be the project folder previously created in Code Composer Studio. (CCS).

  • In the HARDWARE menu, click on Hardware Settings.

  • Select Solver in the left pane.
  • Set these parameters to these values:
    • Stop time: inf
    • Solver Type: Fixed Step
    • Solver: discrete (no continuous states)
    • Fixed-step size: 0.001

  • Select Data Import/Export in the left pane.
  • Uncheck ALL boxes in this panel.

  • Select Hardware Implementation in the left pane.
  • Select the Hardware Board: TI Delfino F2837xD

  • Expand the Hardware Board Settings to view the TI Hardware details.
    • Change parameter values if necessary (advanced users).

  • Select Code Generation in the left pane.
  • In the System target file field, select ert.tlc and click OK.

  • Check that the Toolchain setting is Texas Instruments Code Composer Studio (C2000).
  • Check that Build configuration to set to Debug.

  • Select Code Generation - Optimization in the left pane.
  • Uncheck the setting Use memeset to initialize floats and doubles to 0.0

  • Click OK.
  • No labels