Questions on Ti C2000 folder position,where is it?

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.

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.

thank you so much ! !!