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.
Tool/software: TI C/C++ Compiler
(D.Module2.C6747)
I want to operate stand-alone mode, but i couldn't find how to.
If i use CCSv4, is it possible? if it is, how can i operate the board stand-alone mode?
Without a CCS connection, you will need to have your code flashed to the target and make sure your boot code does the proper target initialization that CCS would normally do via a GEL file (see Section 5 of SPRAA74A)
I would also ask for suggestions in the C67x forum for more suggestions.
ki
The GEL file is not generated. Your target configuration file often references one:
Since you don't want to use CCS, you need to make sure that *if* you are using a GEL file, you study the GEL file and make sure any target initialization actions being done in the GEL file are moved to your code. You also need to make sure your code can be booted stand-alone. See below document:
http://www.ti.com/lit/an/sprabb1c/sprabb1c.pdf
Again, I recommend posting questions in the C67x forum. The experts there can help you best with this.
Thanks
ki