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.
Hi,
loadti with the command I made a GUI program using visual basic 6 and I can send programs to the DSP *. out ....
I would like to know more information about the command loadti because the information you find on this page: http://processors.wiki.ti.com/index.php/Loadti in addition to this for the help "loadti-h" at the moment and gave me all the utility and do not understand a command such as "-s" or "-v"
the above is I need my GUI shows the state of DSP while it is running
thank very much,
Hello,
The documentation for loadti is inside the loadti directory:
<CCS INSTALL DIR>\ccsv4\scripting\examples\loadti\readme.txt
In summary:
-s, --stdout-file=FILE
Save C I/O to specified file
All C/IO (printf) go to a specified text file on your PC
-v, --verbose Print informative messages during execution
Turns on full logging (basically 'script.traceSetConsoleLevel(TraceLevel.ALL)')
Thanks
ki
hello,
thank very much for the answer...
readme.txt file and review it ...
but I would like to know where more information about this functionand the command list and if possible an example...
information is more detailed features...
thanks...
The readme.txt is the main documentation for loadti. It should have the information you seek.
Thanks
ki
I just spent some time looking at how loadti works. Most of the functionality is in the java scripts. So I found it more helpful to look main.js and use the DSS api documentation in
file:///C:/Program Files/Texas Instruments/ccsv4/scripting/docs/DS_API/index.html
hi,
thank very much I will review the information presented in the java scripts, in addition to again review the readme.txt
thanks