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.

MSP430 Touch Pro GUI: Can not find the CSS sample project TouchProTool_DemoUART

Other Parts Discussed in Thread: MSP430G2553

Can not find the CSS sample project TouchProTool_DemoUART that the MSP430 Touch Pro GUI works with. Have the latest CSS 5.4 (document says 5.3 or newer). Have found a lot of other sample projects that all compile download and run just fine. Where is this?

Thanks

  • Erik,

    If you installed Touch Pro GUI to the default location, the project is located here:
    c:\ti\msp430\TouchPro_1_01_00_00\32bit\TouchProTool_project_files\examples\

    Mike

  • Thanks, 

    I found it. I Added the folder to the TI resource explorer and clicked "Import the example project into CCS". Whan building, it can not find main.c, structure.c or structure.h. I am sure I can fix this manually, as I see they are in the TouchPro sample directory, but am I missing something as far as how to add a project correctly?

    Regards

  • Here is the build: (I use the O:, not the C: drive

    **** Clean-only build of configuration Debug for project TouchProTool_Demo_UART ****

    "O:\\ti\\ccsv5\\utils\\bin\\gmake" -k clean
    DEL /F "TouchProTool_Demo_UART.out"
    DEL /F "interrupts.pp" "main.pp" "structure.pp" "ctslib\CTS_HAL.pp" "ctslib\CTS_Layer.pp"
    DEL /F "interrupts.obj" "main.obj" "structure.obj" "ctslib\CTS_HAL.obj" "ctslib\CTS_Layer.obj"
    'Finished clean'
    ' '

    **** Build Finished ****

    **** Build of configuration Debug for project TouchProTool_Demo_UART ****

    "O:\\ti\\ccsv5\\utils\\bin\\gmake" -k all
    'Building file: ../interrupts.c'
    'Invoking: MSP430 Compiler'
    "O:/ti/ccsv5/tools/compiler/msp430_4.1.5/bin/cl430" -vmsp --abi=eabi -g --include_path="O:/ti/ccsv5/ccs_base/msp430/include" --include_path="O:/Users/ctslib" --include_path="O:/Users/E/workspace_v5_4" --include_path="O:/ti/ccsv5/tools/compiler/msp430_4.1.5/include" --gcc --define=__MSP430G2553__ --diag_warning=225 --display_error_number --diag_wrap=off --printf_support=minimal --preproc_with_compile --preproc_dependency="interrupts.pp" "../interrupts.c"
    'Finished building: ../interrupts.c'
    ' '
    gmake: *** No rule to make target `O:/Users/E/workspace_v5_4/main.c', needed by `main.obj'.
    gmake: *** No rule to make target `O:/Users/E/workspace_v5_4/structure.c', needed by `structure.obj'.
    gmake: *** No rule to make target `O:/Users/ctslib/CTS_HAL.c', needed by `ctslib/CTS_HAL.obj'.
    gmake: *** No rule to make target `O:/Users/ctslib/CTS_Layer.c', needed by `ctslib/CTS_Layer.obj'.
    gmake: Target `all' not remade because of errors.

    **** Build Finished ****

  • So can someone please tell me how to build the TouchProTool_Demo

    No problem with any other software, but this fails.

    Thanks

**Attention** This is a public forum