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.

help use loadti

hello,

I am working with the program loadti,

I want to know they mean and how to use the last two arguments because I am trying other options available (shown in the readme.txt)

try this command and I have no positive results : loadti.sh-c / opt/ti/ccs4/common/targetdb/configurations/ezdspF2812.ccxml-x myapp2log.xml myapp2.out arg1 arg2

thank you very much

  • Hi

    The "arg1 arg2" at the end are not actual commands but an example of arguments you would pass to main (argc, argv). Note that you would need to allocate space for such arguments via the --args linker option (Under 'Runtime Environment' in the Linker build properties).

    Thanks

    ki