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.

Code composer studio error message 'Your System has more Cpu's than the workspace'

Dear Sir,

I have TMC320C200 dual motor control and PFC card,

I installed the baseline software from ti.com/f28xkits, CCS v3.3, card specific software,

I followed the steps on Quick start quide (SPRUGQ1-July 2009)

I choose F28035 XDS100USB from ccs set up,

then ı tried to load 2xPM_Motors.wks,

I got the error message,

'Your System has more CPUs than workspace !

The workspace has different board/CPU names than your system.

CCS matched exactly the CPU type !

xds100/TMS320C2800_0 (TMS320C28XX)--> F28035

XDS100USB/TMS320C2800_0 (TMS320C28XX)

CPU on the system but not in workspace

F28035 XDS100USB/cla_0 (TMS192C20XX)'

the other steps didnot work any

Waiting your support

Thanks

  • Hello,

    Ozg��r Kizilkaya said:
    then ı tried to load 2xPM_Motors.wks,

    Where did this workspace file come from? I take it that you did not create it because the names\numbers of the connection/CPU stored in the wks file differ than the names you have in your setup. I would suggest not using the wks file if you can help it. The wks files can have very specific information, it is not always portable.

    Thanks

    ki

  • Hello,

    I followed the quick start guide (SPRUGQ1- ver July 2009) to check the hardware,

    Acording to document, ı downloaded sprc922.zip file from TI web site,,

    it is Motor Control + PFC software setup, that includes the .wks file

    And start guide tells me to load this file to see, that motors can be controlled,

    The newer version quick start guide is different than mine , using CCS v.4 and control suite,

    ı also tried it but it didnot work either,

    the problem may be because, the developmet kit can be used with different CPU configuration, and wks file is not compatible with mine (F28035 + cla)

    can you suggest me a project files that ı can see my hardware is ok, that is also a sample project for me,

    thanks

  • Hello,

    Thank you for the link. I installed it and tried to import the workspace. I got the same errors. Here are my observations:

    Ozg��r Kizilkaya said:

    I got the error message,

    'Your System has more CPUs than workspace !

    The workspace has different board/CPU names than your system.

    CCS matched exactly the CPU type !

    The workspace was created with a 28035 device without CLA (or CLA was bypassed in setup). Hence this warning. This can be ignored because CCS can figure out that the workspace is for the 28x and not CLA and automatically handle this. If you want to avoid this and you do not need CLA visibility, you can bypass the CLA in ccsetup.

    Ozg��r Kizilkaya said:

    xds100/TMS320C2800_0 (TMS320C28XX)--> F28035

    XDS100USB/TMS320C2800_0 (TMS320C28XX)

    CPU on the system but not in workspace

    F28035 XDS100USB/cla_0 (TMS192C20XX)'

    This happens because the name of the target configuration in CCSetup when the workspace was saved differs from the name you have in your setup. You can rename the target in ccsetup to be identical if you wish to avoid this error

    And finally, even when the workspace is loaded, it cannot find the project (*.pjt). This is because the workspace has an absolute path to the pjt file and if you installed the software in a location besides the default "C:\" location, it will not automatically find the pjt file. You will need to manually load it yourself. The location is:

    <INSTALL DIR>\TI_F28xxx_SysSW\MotorCtrl+PfcKit\2xPM_Motors

    Once you resolve those issues, you should be fine.

    Thanks

    ki

  • Thanks for your care

    I will try it