Please take a minute to review and accept our Terms of Use.
Welcome to the PLECS User Forum, where you can ask questions and receive answers from other members of the community.

Many technical questions regarding PLECS are answered on the Technical Solutions page of our website. Tutorial videos, specific application examples, and pre-recorded webinars are available on our YouTube page. Please follow us on LinkedIn for the latest Plexim news.

Questions on Ti C2000 folder position,where is it?

0 votes
276 views

where is '{workspace_loc}/dev_28xx/cg'?  I am exploring on the TI C2000 code generation and I want to automatically generate code based on Ti 28335 development board.

asked Jul 17, 2020 by shichenseu (299 points)

1 Answer

0 votes

Refer to the Quick Start + Program the MCU from CCS section of the TI C2000 Target Support Manual. In the "ti_c2000/projects" folder there are several zip files which contain pre-build CCS projects for each processor.  Extract the zip file corresponding to your processor and then import the project into CCS.  In each project there is a folder titled "cg" where you will generate code.  You can then build and debug from CCS.

answered Jul 17, 2020 by Bryan Lieblick (1,905 points)
thank you so much ! !!
...