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.

TMDSICE3359: Can not Create Project File for Profibus_Slave

Other Parts Discussed in Thread: PROFIBUS

Hi team,

I want to create a CCS software file by following the PRU ICSS Profibus Slave User Guide in the link below. The folders ([INSTALL-DIR]/protocols/<protocol name>/projects/projectCreate.bat or .sh) and bat-sh files that should be included in the "7.1.6.1. Steps to generate Project files" step are missing. This folder and files were taken from the "PRU-ICSS-Profibus_Slave_01.00.02.01" package and added to the "C:\ti\ccs1031\ccs\eclipse" extension. But the files "projectCreate.bat" and "projectCreate.sh" are not working. So I can't create my CCS project file.

Followed user guide link: software-dl.ti.com/.../PRU_ICSS_Profibus_Slave.html

I would be very grateful if you could help me with my mistakes or omissions.

Best regards,

Eyup SAYIN

  • Hi Eyup SAYIN,

    I am able to create the CCS project without any issue. Can you share the print statements of your run.

    Steps followed:-
    cd C:\ti\PRU-ICSS-Profibus_Slave_01.00.02.01\protocols\profibus_slave\projects
    C:\ti\PRU-ICSS-Profibus_Slave_01.00.02.01\protocols\profibus_slave\projects>projectCreate.bat AM335x arm profibus_slave
    **************************************************************************
    Environment Configuration Summary:
    CCS Install Directory : C:\ti\ccs1030\ccs
    CCS Workspace Directory : C:\Users\a0132450\ccs_workspace
    SDK Install Directory : C:\ti\PRU-ICSS-Profibus_Slave_01.00.02.01\protocols\profibus_slave\projects\..\..\..
    PDK Install Directory : C:\ti\pdk_am335x_1_0_10\packages
    Projects create Directory : C:\ti\PRU-ICSS-Profibus_Slave_01.00.02.01\protocols\profibus_slave\projects\..\..\..\protocols\profibus_slave\projects
    Project create args directory : C:\ti\PRU-ICSS-Profibus_Slave_01.00.02.01\protocols\profibus_slave\projects\..\..\..\protocols\profibus_slave\projects\ccsproject_args
    **************************************************************************

    Creating project 'profibus_slave_AM335x_arm' for 'AM335x' platform in directory 'C:\ti\PRU-ICSS-Profibus_Slave_01.00.02.01\protocols\profibus_slave\projects\..\..\..\protocols\profibus_slave\projects\profibus_slave_AM335x_arm' by overwriting the project if it exists already...

    --------------------------------------------------------------------------------
    Creating project 'profibus_slave_AM335x_arm'...


    Done!

    C:\ti\PRU-ICSS-Profibus_Slave_01.00.02.01\protocols\profibus_slave\projects>

    Thanks,
    Naresh Kumar A

  • Hi Naresh A,

    I have incorrectly set the "CCS Install Directory" in the "projectCreate.bat" file. I noticed it when I read your post. I had set "C:\ti\ccs1031\ccs\eclipse" where "C:\ti\ccs1030\ccs" should be. When I fixed and saved the error disappeared and CCS project was created.

    Thank you so much.

    Best regards,
    Eyup SAYIN