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.

Control Suite + CCS V3.3

Other Parts Discussed in Thread: TMS320F28035, CONTROLSUITE

Hi,

I wonder to know if Control Suite and its examples works with CCS V3.3 Full.

I need to use the cla for TMS320F28035 Piccolo for adc, and I would like to see that examples in c programing as star point. Or may be someone could provide some documentation project example for CCS V3.3 with cla used in .c.

Thank you.

  • Marcio,

    The ControlSuite example project files themselves are not for CCSv3.3. I believe they are setup for CCSv4 and later. Current CCS is v6. Is there some reason you cannot use CCSv6? You can use the free xds100 emulator license.

    If you must use CCSv3.3, you can create your own project and use the source code from the ControlSuite examples.

    Regards,
    David
  • Hi David,
    Thank you for the attention...

    " Is there some reason you cannot use CCSv6?"
    I already have a project built in CCSv3 and it use too much program memory.

    I'm gonna take a look to the ControlSuite examples.

    Thank you again.
  • Hi again,
    I'd like to know if there is some code generation toll to be used with CCSv3 and support for cla c compiler?
    I did download and install the version v6.4.9 but it doesn't show at Component Manager.
    Thank you.
  • Marcio,

    Marcio said:

    I did download and install the version v6.4.9 but it doesn't show at Component Manager.

    The compiler needs to be added to the Windows registry for use by CCSv3.3.  This is not required for later CCS version.  To get things setup, do the following.

    1) Open a command window and cd to the folder containing the compiler.

    2) At the command prompt, type:    SetupInCCSnRegistry 6.4.9

    3) Now start CCS and go into component manager (e.g., from Help->About).  You should now see the v6.4.9 compiler entry under Build Tools -> TMS320C28xx.

    Regards,

    David

  • Thank you David.

    Now it's in the Component Manager.