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/MSP-EXP430F5529LP: Which version of SW should I use to run the empty project of TI-RTOS for MSP430?

Part Number: MSP-EXP430F5529LP
Other Parts Discussed in Thread: MSP430F5529, MSP430WARE

Tool/software: Code Composer Studio

Hi Team,

Which version of SW  for CCS, Compiler, XDC etc, should I use to run the empty project of TI-RTOS for MSP430? I tried for example CCS 6.1.3, XDC 3.32 as recommend in an other thread with RTOS 2.20 in combination. But it does not work. I got the following error:

Could you tell me which SW versions should I use to simply build, run and analyse with RTOS analyser the empty project exmaple for MSP430 with TI-RTOS? I am using the launchpad MSP-EXP430F5529LP

Kind regards,

Clemens

  • Clemens, 

    The image with the error did not go through. However, you can take a look at the page Project Import and Build Errors in CCS and see if it helps overcome the problems you are having. Check the link below: 

    https://software-dl.ti.com/ccs/esd/documents/sdto_ccs_build-errors.html 

    Hope this helps,

    Rafael 

  • Hi Rafael,

    the text is as follow:

    'Building target: minimalProject.out'
    'Invoking: MSP430 Linker'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_15.12.1.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --advice:power_severity=suppress --advice:power=all -g --define=__MSP430F5529__ --define=ccs --define=MSP430WARE --display_error_number --diag_warning=225 --diag_warning=255 --diag_wrap=off --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --abi=eabi --printf_support=minimal -z -m"minimalProject.map" --stack_size=160 --heap_size=160 --cinit_hold_wdt=on -i"C:/ti/ccsv6/ccs_base/msp430/include" -i"C:/ti/ccsv6/ccs_base/msp430/lib/5xx_6xx_FRxx" -i"C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_15.12.1.LTS/lib" -i"C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_15.12.1.LTS/include" --reread_libs --display_error_number --diag_wrap=off --warn_sections --xml_link_info="minimalProject_linkInfo.xml" --use_hw_mpy=F5 --rom_model -o "minimalProject.out" "./MSP_EXP430F5529LP.obj" "./empty_min.obj" "../MSP_EXP430F5529LP.cmd" -l"configPkg/linker.cmd" -llibmath.a -l"C:/ti/tirtos_msp43x_2_20_00_06/products/msp430_driverlib_2_70_01_01a/driverlib/MSP430F5xx_6xx/ccs/MSP430F5529.lib" -llibc.a
    <Linking>
    error #10269: output file "minimalProject.out" exceeds code size limit
    error #10010: errors encountered during linking; "minimalProject.out" not built

    For me, I just would like with which SW versions the example porject would work.

    Kind regards,

    Clemens

  • Clemens, 

    Thanks for sending the additional details; the code size limitation was removed when CCSv7 was released. 

    To turn your software into a full version, simply follow the instructions at:

    http://processors.wiki.ti.com/index.php/Licensing_-_CCSv6

    Hope this helps,

    Rafael

  • Hi Rafael,

    thank you very much.

    Kind regards,

    Clemens