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.

TMS320F2800152-Q1: SysConfig auto-generated files

Part Number: TMS320F2800152-Q1
Other Parts Discussed in Thread: SYSCONFIG, , C2000WARE

Tool/software:

I created a new CCS project for TMS320F2800152-Q1 and built the .syscfg automatically generated by SysConfig, but an error occurred.


CCS Version: 12.6.0
C2000ware Version: C2000Ware_5_01_00_00
SysConfig Version: 1.19.0 (Is it not supported from SysConfig 1.22 onwards?)


Can the TMS320F2800152-Q1 use files generated by SysConfig?

When I tried to save .syscfg to my project, the following window appeared. Do I need to set something?

  • Hi Naoshi,

    Can the TMS320F2800152-Q1 use files generated by SysConfig?

    Yes you can use files generated using syscfg

    When I tried to save .syscfg to my project, the following window appeared. Do I need to set something?

    If you have begun with a non syscfg based example and once you have added syscfg file to your project, you need to enable the syscfg settings in the project properties. You can enable sysconfig for your project by clicking yes.

    Thanks

    Aswin

  • Hi Aswin,

    Thank you.

    Next, I want to set the clock using sysconfig, but it doesn't appear in the upper left. Is it not possible to set it in Ver.1.19.0?

    I would also like to initialize it as well.

    Thanks,

    Naoshi

  • When I tried to post an image, I pressed a strange button. . This has not been resolved yet...

  • Hi Naoshi,

    You need to update the project properties with the SDK directories to configure the sysconfig. Instead i will suggest you to use the empty syscfg example that is present in SDK in the folder - C2000Ware_5_04_00_00\driverlib\f280015x\examples\empty_projects.

    This has all the necessary configuration that is required for building your projects and has all the SDK paths already configured.

    Thanks

    Aswin