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.

TMS320C5535: TMS320C5545 (BOOST5545ULP) sample ccs workspace source

Part Number: TMS320C5535
Other Parts Discussed in Thread: BOOST5545ULP, CCSTUDIO, SYSCONFIG

Hi,

From TI we are purchased TMS320C5545  based BOOST5545ULP EVK for one of our FFT development using HWAFFT. So, is it possible to provide some sample source CCStudio based code with "sysconfig" is more help full.

I tried all the ways from your TI website and not abled  to find sample/example ccstudio based source code, Please help to find or provide some sample/example TMS320C5545 ccstudio work space source.

  • Hi Baskar,

    The C5535/5545 software are all CSL based in the C55XCSL-LOWPOWER at SPRC133 Driver or library | TI.com. The latest version is 03.08.01.

    All the examples and demos are all in CCS project with source code. They are not using syscfg though.

    Best regards,

    Ming 

  • Thanks for your information,

    I tried with  "ti\c55_lp\c55_csl_3.08.01\demos\out_of_box\c5545\c5545bp_software_01.01.00.00\source_code\c55xx_diagnostics\board\diag\uart_test"

    But i am getting like as error ,so is it possible to provide the steps to solve this issue.

    "C:/ti/c55_lp/c55_csl_3.08.01/demos/out_of_box/c5545/c5545bp_software_01.01.00.00/source_code/c55xx_diagnostics/board/diag/common/system_init.c", line 70: error #137: struct "<unnamed>" has no field "CGCR4"
    6 errors detected in the compilation of "C:/ti/c55_lp/c55_csl_3.08.01/demos/out_of_box/c5545/c5545bp_software_01.01.00.00/source_code/c55xx_diagnostics/board/diag/common/system_init.c".
    gmake: *** [common/system_init.obj] Error 1
    gmake: Target 'all' not remade because of errors.

  • Hi Baskar,

    The CSL is for C5517, C5505/5515, C5535 and C5545. By default, it is built for C5517. When you want to build it for C5545, make sure the following lines are commented out in C:\ti\c55_lp\c55_csl_3.08.01\inc\csl_general.h

    ///#define CHIP_C5517

    ///#define CHIP_C5505_C5515

    ///#define CHIP_C5535

    and also rebuild the C:\ti\c55_lp\c55_csl_3.08.01\ccs_v6.x_examples\C55XXCSL_LP project (the CSL library) for C5545

    Now you can rebuild your CCS project for C5545 too.

    Best regards,

    Ming