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.

CCS v4.0.1 on Windows 7



Hi,

We are trying to install CCS 4.0.1 to PCs with Windows 7. Based on system requirement, http://processors.wiki.ti.com/index.php/System_Requirements, the CCS v4 supports Windows 7. However, when we tried to install the CCS 4.0.1 to our PCs, it popped out a message box, "Code Composer Studio v4 is not supported on Windows 7 Professional." or "Code Composer Studio v4 is not supported on Windows 7 Home Premium." We wonder how to resolve this issue.

Moreover, we wonder whether CCS v3.1 and CCS v4.0.1 are compatible, i.e., whether the projects built by CCS v3.1 can also run by CCS v4.0.1. Any advise is greatly appreciated.

Thanks,

Alex

  • Alex,

    I don't necessarily recall why this message was put there, but you are correct: CCSv4 supports Windows 7 without problems.

    One remark that will greatly help you: please download the latest version of CCSv4 (4.2.4) or even CCSv5 (5.1.1), as several bugs were fixed in the latest versions.

    To download, please check: http://processors.wiki.ti.com/index.php/Download_CCS

    CCSv4 can import projects from cCSv3.3, therefore your best best is to re-create the project - I suggest reading also the topic on Portable projects:

    http://processors.wiki.ti.com/index.php/Portable_Projects

    Regards,

    Rafael

  • Hi,

    We have successfully imported projects from CCS v3.1 to CCS v4.2.4. However, when we tried to build the project, it shows some errors as follows.

    undefined                      first referenced  
    symbol in file
    --------- ----------------
    _DSK6713_AIC23_codecdatahandle ./c6713dskinit.obj
    _DSK6713_AIC23_openCodec ./c6713dskinit.obj
    _DSK6713_AIC23_rset ./c6713dskinit.obj
    _DSK6713_AIC23_setFreq ./c6713dskinit.obj
    _DSK6713_init ./c6713dskinit.obj
    _IRQ_enable ./c6713dskinit.obj
    _IRQ_globalDisable ./c6713dskinit.obj
    _IRQ_globalEnable ./c6713dskinit.obj
    _IRQ_map ./c6713dskinit.obj
    _IRQ_nmiEnable ./c6713dskinit.obj
    _IRQ_reset ./c6713dskinit.obj
    _MCBSP_config ./c6713dskinit.obj
    _MCBSP_getXmtEventId ./c6713dskinit.obj
    _MCBSP_read ./c6713dskinit.obj
    _MCBSP_rrdy ./c6713dskinit.obj
    _MCBSP_start ./c6713dskinit.obj
    _MCBSP_write ./c6713dskinit.obj
    _MCBSP_xrdy ./c6713dskinit.obj

    Any assistance would be truly appreciated.

    Best,

    Alex

  • Hi,

    We have a problem about CCS v4.2.4 debugger. There are two categories, simulator and emulator, as shown here, http://processors.wiki.ti.com/index.php/GSG:Debugging_projects. We are using DSK, TMS320C6713, but we don't know which configuration we should select. Any advise is truly appreciated.

    Best,

    Alex

  • Even if I use the configuration as "Texas Instruments Simulator -> C6713 Device Cycle Accurate Simulator, Little Endian," the program shows an error message, "TMS320C6713: Error: Memory Map Error: Read access by CPU to address 0x1b7c100, which is RESERVED in hardware" after one project is running. Any advise is truly appreciated.

    Best,

    Alex

  • Alex,

    When you have a new question it is best to start a new thread otherwise the follow up question will get missed.

    John

  • Hello Alex,

    As John mentioned, you should be starting a new thread for each new question. In case you didn't, here are some answers:

    Alex Ke said:

    We have successfully imported projects from CCS v3.1 to CCS v4.2.4. However, when we tried to build the project, it shows some errors as follows.

    undefined                      first referenced  
    symbol in file
    --------- ----------------
    _DSK6713_AIC23_codecdatahandle ./c6713dskinit.obj
    _DSK6713_AIC23_openCodec ./c6713dskinit.obj
    _DSK6713_AIC23_rset ./c6713dskinit.obj
    _DSK6713_AIC23_setFreq ./c6713dskinit.obj
    _DSK6713_init ./c6713dskinit.obj
    _IRQ_enable ./c6713dskinit.obj
    _IRQ_globalDisable ./c6713dskinit.obj
    _IRQ_globalEnable ./c6713dskinit.obj
    _IRQ_map ./c6713dskinit.obj
    _IRQ_nmiEnable ./c6713dskinit.obj
    _IRQ_reset ./c6713dskinit.obj
    _MCBSP_config ./c6713dskinit.obj
    _MCBSP_getXmtEventId ./c6713dskinit.obj
    _MCBSP_read ./c6713dskinit.obj
    _MCBSP_rrdy ./c6713dskinit.obj
    _MCBSP_start ./c6713dskinit.obj
    _MCBSP_write ./c6713dskinit.obj
    _MCBSP_xrdy ./c6713dskinit.obj

    Looks like you are missing the 6713 BSL lib (dsk6713bsl.lib) that comes with the C6713 DSK target content package zip from spectrum digital. Make sure you add that library to your project so it gets linked in.

    ki

  • Alex Ke said:
    We are using DSK, TMS320C6713, but we don't know which configuration we should select.

    Use:

    Thanks

    ki

  • Alex Ke said:
    Even if I use the configuration as "Texas Instruments Simulator -> C6713 Device Cycle Accurate Simulator, Little Endian," the program shows an error message, "TMS320C6713: Error: Memory Map Error: Read access by CPU to address 0x1b7c100, which is RESERVED in hardware" after one project is running. Any advise is truly appreciated.

    Your application was built specifically for the c6713 DSK HW hence the issue with loading it on a simulator. Use the above target configuration instead to run on your DSK.

    Thanks

    ki