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.

How can I make .syscfg file in the new CCS project?

Other Parts Discussed in Thread: SYSCONFIG, MSPM0G3507

Hi, Gentleman

My name is Tanaka.

I make the new CCS project in the CSS tab: Project->New CCS Project. Set Target(MSPM0), MSPMG1507 -> set the project name -> Finish. And I can find the new project folder in Project Explorer window.

But I cannot find the new .syscfg file in that new project folder. I expected some blank .syscfg file will be in it, and start to edit it by SysConfig application that is defined in the project properties.

Please teach me how can I make the new .syscfg file?

Kind regards

  • Tanaka-san,

    Please teach me how can I make the new .syscfg file?

    Right-click on the project and select "New -> Other" in the context menu.

    Then in the new file wizard, expand "General" and select "File". Then select the project and give the file a name. If you give it a *.syscfg file extension, it will create a blank *.syscfg file in the project and the project will be converted to a sysconfig project. If you then try to open the blank *.syscfg file in the editor, CCS will open the sysconfig editor tool.

    Thank you

    ki

  • Hi, KI-san, Gentleman

    Thank you every time for your support. I could make the new syscfg file and add program in new project and build it.

    As showe below, I found an error that ti/devices/msp/msp.h is not found.

    I use MSPM0SDK_1_00_05, and SysConfig 1.17.0, CCS is 12.4.0. I can find ithat file in ti\mspm0_sdk_1_00_01_03\source\ti\devices\msp folder.

    I added include path, but it still shows an error.

    Is it needed any additional setting on CCS?

    Please advice me.

    Kind regards

     error02.pptx

  • Tanaka-san,

    As showe below, I found an error that ti/devices/msp/msp.h is not found.

    The below include search path needs to be added:

    <MSPM0 SDK ROOT INSTALL DIRECTORY>\source

    For example:

    C:\ti\mspm0_sdk_1_10_00_05\source

    Thank you

    ki

  • Hi, KI-san

    Thank you again for appropriate answer. I added file path. It happened again that 'core_cm0plus.h' file not found, so I added another file path c:\ti\mspm0_sdk_1_10_00_05\source\third_party\CMSIS\Core|include. After that, this error is solved, but it showed anoter error showed elow.

    error04.pptx

    It seems that DL library symbol setting is needed in the CCS. 

    How can I solve this issues? Please advice.

    (Original source program thai is configred on MSPM0G3507 evaluation board is normally build and run on eva board.)

     

    Kind regards

  • Tanaka-san, 

    It is best that the device/SDK experts investigate this issue. Please start a new thread since this is unrelated to the original topic.

    Thank you

    ki

  • Hi-Ki-san

    Thank you for advice.

    OK, I'll try it.

    As for this issue, I tried to make new project from  the first time.

    Make new project,  make new .syscfg file. After saved .syscfg file, I found the error showed below. I cannot save .syscfg file, and sysconfg  let me set CPU configuration again from the first time.

    error05.pptx

    Please advice me how can I solve this issue. Or should I ask to SDK expert?

  • Hi, ALL

    I found to miss some file path, and add {SDK install dir}/source/ti/driverlib/lib/tclang/m0p/mspm0g1x0x_g3x0x/driverlib.a.

    So removed error showed in error04.

    But I found some error showed below.

    error06.pptx

    What warnung #10247-D means? And how can I solve this issue?

    KInd regards

  • Tanaka-san,

    I see that you have created a new thread for this:

    https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1254154/what-warning-10247-d-means

    Thank you. I have notified the compiler experts of the thread. Continue any any related discussion on that thread and we can close this one.

    Thank you

    ki

  • Ki-san

    Thank you for your support.

    I`ll continue this discussion in the new thread.

    Kind regards