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.

TMS320F2800157: Sysconfig Help

Part Number: TMS320F2800157
Other Parts Discussed in Thread: SYSCONFIG, C2000WARE

Hello All,

I am currently working with the TMS320F2800157QRHBQ1 processor, and I am facing an issue in the Sysconfig file section.

Initially, the configuration opens with the 80-pin version. However, the processor we are using is a 32-pin variant, so I select the 32-pin version from the "switch" section.

After setting a GPIO as an output, I encounter an error. The error message is as follows: "Description Resource Path Location Type cannot set '$assign' to 'GPIO18': No option named GPIO18 defined, valid options are empty_driverlib_project C/C++ Problem".

I have noticed something peculiar: when I build the project initially with the 80-pin configuration, the files located inside the "sysconfig" folder under the "CPU1_RAM" directory are deleted after configuring them for the 32-pin version. I am in need of assistance regarding this matter.

Thank you for your attention to this issue. I would greatly appreciate any help you can provide.

Best regards

EMRE

  • Can you confirm that the example works for you as described in the application note (https://www.ti.com/lit/pdf/spracx3) in Section 2.1?

    Can you confirm that you have carried out the steps in Section 3 of the application note for your own project?

  • hello CCS SysConfig Project Options is like that.

    It seems like if I change the package it doesnt change this options here.

    -s "C:/ti/C2000Ware_4_03_00_00/.metadata/sdk.json" -d "F280015x" -o "syscfg" --package 80PN --part F280015x_80PN --compiler ccs

    After I saw this ,I changed 80 -> 32. And restart the sysconfig. But this time it said 

    "Part not found: F280015x_32PN. This part may be available in a newer version of SysConfig"

    Thanks

  • UPS I found that I should set as 32RHB. It is OK now.

    Thanks.