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.

CCS/TMS320F28335: Regarding code composer studio 6

Part Number: TMS320F28335


Tool/software: Code Composer Studio

Dear all,

I am working with microcontroller TMS320F28335 along with Docking kit station. I have imported an example of F2833x from control suit (Example_2833xGpioToggle). After doing this , i have built the code. In the console(CCS edit) ,it is showing this-


**** Build of configuration Debug for project Example_2833xGpioToggle ****

"C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
gmake: Nothing to be done for 'all'.

**** Build Finished ****

After doing this , i debug above code but in the debug ,it is showing this(CCS Debug)-

Example_2833xGpioToggle [ Code composer studio-Device debugging ]

TexasInstruments XDS100Uv USB Debug Probe_0/C28xx

main() at Example_2833xGpioToggle.C;480x00940E

_args_main() atargs_main.C:81 0x0095CE

C_into0() at boot28.inc;248 0x0094E3(C-into does not contain farme information)

I am not understanding this thing. Does above code is working in ccs6. 

Please tell me about how to successfully build and debug the examples codes( Control Suit) in ccs.